stanley-king 3 tahun lalu
induk
melakukan
429f940424
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
     {