Skip to content

Commit

Permalink
flush process time
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed May 5, 2019
1 parent d3ec5cf commit 36dd881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ private function flushCached()
$this->tryDispatchCached();
}

$this->process(0.1);
$this->process(0.5);
}
}

Expand All @@ -580,7 +580,7 @@ private function informWorkersQuit()
break;
}

$this->process(0.1);
$this->process(0.5);
$this->waitChildren();
} while (true);
}
Expand Down

0 comments on commit 36dd881

Please sign in to comment.