mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 14:06:14 +02:00
Fix: Corected config value name
This commit is contained in:
parent
b5dcca995c
commit
5fc6c0ef38
2 changed files with 8 additions and 2 deletions
|
@ -397,9 +397,9 @@ return [
|
|||
// If enabled, it prints out the jobs per minute.
|
||||
'worker_jpm' => false,
|
||||
|
||||
// worker_jpm_limit (String)
|
||||
// worker_jpm_range (String)
|
||||
// List of minutes for the jobs per minute (JPM) calculation
|
||||
'worker_jpm_limit' => '1, 10, 60',
|
||||
'worker_jpm_range' => '1, 10, 60',
|
||||
|
||||
// worker_load_exponent (Integer)
|
||||
// Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue