Skip to content

Commit

Permalink
Merge pull request #116 from neighborhoods/hotfix-stop-spawning-jsclp…
Browse files Browse the repository at this point in the history
…-process-4

HOTFIX | 4.x | Stop spawning JSCLP process
  • Loading branch information
mucha55 committed Sep 2, 2020
2 parents 7c96ccc + b736e48 commit 6b4efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Process/Root.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function _run(): Forked

while (true) {
$this->getProcessSignalDispatcher()->processBufferedSignals();
$this->pollSingletonProcesses();
// $this->pollSingletonProcesses();
sleep(1);
}

Expand Down

0 comments on commit 6b4efa1

Please sign in to comment.