瀏覽代碼

将1800改成3

tiams@foxmail.com 9 年之前
父節點
當前提交
dfbfb0d8bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);