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)
     {