stanley-king před 3 roky
rodič
revize
d3bb997542
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 > 2000) {
+            if($num > 1000) {
                 sleep(1);
                 continue;
             }