소스 검색

Update Swoole.php

walkor 1 년 전
부모
커밋
cae10bc211
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     }