stanley-king 3 gadi atpakaļ
vecāks
revīzija
429f940424
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)
     {