Browse Source

Update Swoole.php

walkor 1 năm trước cách đây
mục cha
commit
cae10bc211
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
     }