stanley-king 3 年之前
父節點
當前提交
59bab773b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/send_refillex.php

+ 1 - 1
server/send_refillex.php

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