Added config value
This commit is contained in:
parent
5c72aeb8d7
commit
e07a17daf6
2 changed files with 6 additions and 1 deletions
|
@ -427,6 +427,10 @@ return [
|
|||
// Setting 0 would allow maximum worker queues at all times, which is not recommended.
|
||||
'worker_load_exponent' => 3,
|
||||
|
||||
// worker_defer_limit (Integer)
|
||||
// Per default the systems tries delivering for 15 times before dropping it.
|
||||
'worker_defer_limit' => 15,
|
||||
|
||||
// xrd_timeout (Integer)
|
||||
// Timeout in seconds for fetching the XRD links.
|
||||
'xrd_timeout' => 20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue