$threads = $queue['total_items'] / $queue['threshold'];
if ($threads <= $queue['min_threads']) {
$threads = $queue['min_threads'];
}
elseif ($thread > $queue['max_threads']) {
$threads = $queue['max_threads'];
}
sadly there isn't a $thread variable in the else if.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hosting-2732491-hosting_get_queues.patch | 510 bytes | steven jones |
Comments
Comment #2
steven jones commentedComment #4
steven jones commentedCommitted.