Browse Source

将1800改成3

tiams@foxmail.com 9 năm trước cách đây
mục cha
commit
dfbfb0d8bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crontab/control/queue.php

+ 1 - 1
crontab/control/queue.php

@@ -33,7 +33,7 @@ class queueControl extends BaseCronControl
                 exit;
             }
 
-            $content = $worker->pop($queues,1800);
+            $content = $worker->pop($queues,3);
 
             if (is_array($content)) {
                 $method = key($content);