1
1
Fork 0

Merge pull request #7499 from annando/new_defer

Worker: The retrial value can now skip retrial levels
This commit is contained in:
Philipp 2019-08-11 23:27:54 +02:00 committed by GitHub
commit e9fc2af1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 8 deletions

View file

@ -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,