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