Pārlūkot izejas kodu

Update Swoole.php

walkor 1 gadu atpakaļ
vecāks
revīzija
cae10bc211
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();
     }