stanley-king 3 年之前
父节点
当前提交
739a12e76d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/queue/iqueue.php

+ 1 - 1
helper/queue/iqueue.php

@@ -248,7 +248,7 @@ abstract class ILooper
 {
     private $_stop = false;
     private $mServer;
-    const MAX_COROUTINE = 1000;
+    const MAX_COROUTINE = 100;
 
     protected function __construct($server)
     {