队列调整到200万

This commit is contained in:
hydrz 2020-05-07 11:39:00 +08:00
parent b4a96db669
commit 39f346f867

View File

@ -265,7 +265,7 @@ class OrderController extends Controller
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
// }
$queue = $total > 200000;
$queue = $total > 2000000;
$export = new OrderCardExport($conditions);
$url = ExportService::store($export, 'public', $queue);