stanley-king il y a 3 ans
Parent
commit
429f940424
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
     {