walkor 1 rok pred
rodič
commit
cae10bc211
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Events/Swoole.php

+ 1 - 1
src/Events/Swoole.php

@@ -217,7 +217,7 @@ final class Swoole implements EventInterface
             Coroutine::cancel($coroutine);
         }
         // Wait for coroutines to exit
-        usleep(20000);
+        usleep(200000);
         Event::exit();
     }