Skip to content

Commit bd0343a

Browse files
committed
this sleep time was a bit slow when there were lots of jobs
1 parent 796d65d commit bd0343a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GearmanManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ protected function process_loop() {
336336
/**
337337
* php will eat up your cpu if you don't have this
338338
*/
339-
usleep(50000);
339+
usleep(10000);
340340

341341
}
342342

0 commit comments

Comments
 (0)