We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0768a3 commit 6fb2fe4Copy full SHA for 6fb2fe4
GearmanPeclManager.php
@@ -46,7 +46,7 @@ protected function start_lib_worker($worker_list, $timeouts = array()) {
46
}
47
48
foreach($worker_list as $w){
49
- $timeout = (isset($timeouts[$w]) ? $timeouts[$w] : 120);
+ $timeout = (isset($timeouts[$w]) ? $timeouts[$w] : 0);
50
$this->log("Adding job $w ; timeout: " . $timeout, GearmanManager::LOG_LEVEL_WORKER_INFO);
51
$thisWorker->addFunction($w, array($this, "do_job"), $this, $timeout);
52
0 commit comments