stanley-king 3 years ago
parent
commit
429f940424
1 changed files with 1 additions and 1 deletions
  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)
     {