watchd: configurable adaptive timeout per failure
This commit is contained in:
@@ -41,6 +41,10 @@ min_threads = 5
|
||||
# Timeout for proxy test connections (seconds)
|
||||
timeout = 15
|
||||
|
||||
# Adaptive timeout: extra time per failure (seconds)
|
||||
timeout_fail_inc = 1.5
|
||||
timeout_fail_max = 15
|
||||
|
||||
# Number of failures before proxy marked dead
|
||||
max_fail = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user