This commit is contained in:
邓皓元 2019-12-16 18:03:09 +08:00
parent 388c7b75d1
commit a2295deef5

View File

@ -65,7 +65,7 @@ class CardController extends Controller
try {
$export = new CardExport($conditions);
$queue = $total > 80000;
$queue = $total > 30000;
$url = ExportService::store($export, $disk = 'public', $queue);
} catch (\Exception $e) {
throw $e;