@@ -30,8 +30,8 @@ class RefillSender
$res = Swoole\Coroutine::stats();
$num = $res['coroutine_num'];
- if($num > 10000) {
- sleep(0.1);
+ if($num > 3000) {
+ sleep(1);
continue;
}
$i++;