diff --git a/src/Dispatcher.php b/src/Dispatcher.php index ee979dc..a56f8e6 100644 --- a/src/Dispatcher.php +++ b/src/Dispatcher.php @@ -554,7 +554,7 @@ private function flushCached() $this->tryDispatchCached(); } - $this->process(0.1); + $this->process(0.5); } } @@ -580,7 +580,7 @@ private function informWorkersQuit() break; } - $this->process(0.1); + $this->process(0.5); $this->waitChildren(); } while (true); }