This commit is contained in:
邓皓元 2019-12-16 17:20:11 +08:00
parent fdaa7d5606
commit fdbc71651b

View File

@ -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;