stanley-king 3 年 前
コミット
429f940424
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 = 10;
+    const MAX_COROUTINE = 1024;
 
     protected function __construct($server)
     {