Update Worker.php
This commit is contained in:
parent
7e4d7b9aac
commit
0dbddb240c
1 changed files with 1 additions and 3 deletions
|
@ -635,9 +635,7 @@ class Worker
|
||||||
$target = $slope * ($maxqueues - 1);
|
$target = $slope * ($maxqueues - 1);
|
||||||
$queues = intval(ceil($target));
|
$queues = intval(ceil($target));
|
||||||
}
|
}
|
||||||
$exponent = 3;
|
|
||||||
$slope = $maxqueues / pow($maxsysload, $exponent);
|
|
||||||
$queues = ceil($slope * pow(max(0, $maxsysload - $load), $exponent));
|
|
||||||
$processlist = '';
|
$processlist = '';
|
||||||
|
|
||||||
if (Config::get('system', 'worker_debug')) {
|
if (Config::get('system', 'worker_debug')) {
|
||||||
|
|
Loading…
Reference in a new issue