zhangguidong 2 years ago
parent
commit
7de1f16713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Timedtask.php

+ 1 - 1
application/api/controller/Timedtask.php

@@ -189,7 +189,7 @@ class Timedtask
             ->where('spoofing', 'neq', 66)
             ->field('id')
             ->order('id asc')
-            ->limit(50)
+            ->limit(1000)
             ->select();
         foreach ($member as &$v) {
             Db::name('store_member')->where('id', $v['id'])->update(['pid' => 0,'is_pid'=>0,'spoofing'=>66]);