|
@@ -97,7 +97,7 @@ class ImportTable2Queue
|
|
|
array_push($insert_array,$a);
|
|
|
$count = count($insert_array);
|
|
|
if (($max/$deal_count)>=1){
|
|
|
- if ($count>='3000'){
|
|
|
+ if ($count>='5000'){
|
|
|
Db::name('system_table2')->insertAll($insert_array);
|
|
|
Db::name('system_queue')->where('id',$info['id'])->setInc('deal_count',$count);
|
|
|
$deal_count +=$count;
|