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