250000
This commit is contained in:
parent
19de2968c3
commit
2db13f909f
@ -65,7 +65,7 @@ class CardController extends Controller
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
$export = new CardExport($conditions);
|
$export = new CardExport($conditions);
|
||||||
$queue = $total > 30000;
|
$queue = $total > 250000;
|
||||||
$url = ExportService::store($export, $disk = 'public', $queue);
|
$url = ExportService::store($export, $disk = 'public', $queue);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw $e;
|
throw $e;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user