stanley-king 3 years ago
parent
commit
d3bb997542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/send_refillex.php

+ 1 - 1
server/send_refillex.php

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