diff --git a/src/Process/Root.php b/src/Process/Root.php index c5f08663..3c02a1d0 100644 --- a/src/Process/Root.php +++ b/src/Process/Root.php @@ -26,7 +26,7 @@ protected function _run(): Forked while (true) { $this->getProcessSignalDispatcher()->processBufferedSignals(); - $this->pollSingletonProcesses(); + // $this->pollSingletonProcesses(); sleep(1); }