Skip to content

Commit

Permalink
this sleep time was a bit slow when there were lots of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlmoon committed Feb 3, 2017
1 parent 796d65d commit bd0343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GearmanManager.php
Expand Up @@ -336,7 +336,7 @@ protected function process_loop() {
/**
* php will eat up your cpu if you don't have this
*/
usleep(50000);
usleep(10000);

}

Expand Down

0 comments on commit bd0343a

Please sign in to comment.