Modify array size for job order. #762
This commit is contained in:
parent
7f10d3776e
commit
ac361866bb
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class GetJobOrderArchiveDataCommand extends Command
|
||||||
|
|
||||||
error_log('Done loading files into database...');
|
error_log('Done loading files into database...');
|
||||||
|
|
||||||
$jo_id_array = array_chunk($jo_id_list, 10000);
|
$jo_id_array = array_chunk($jo_id_list, 15000);
|
||||||
|
|
||||||
unset($jo_id_list);
|
unset($jo_id_list);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue