stanley-king 3 年之前
父節點
當前提交
8c576a7639
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/queue/iqueue.php

+ 1 - 1
helper/queue/iqueue.php

@@ -220,7 +220,7 @@ abstract class ILooper
     private $_cid = 0;
 
     private $mServer;
-    const MAX_COROUTINE = 500;
+    const MAX_COROUTINE = 100;
 
     protected function __construct($server)
     {