@@ -248,7 +248,7 @@ abstract class ILooper
{
private $_stop = false;
private $mServer;
- const MAX_COROUTINE = 1000;
+ const MAX_COROUTINE = 100;
protected function __construct($server)