watchd: configurable adaptive timeout per failure

This commit is contained in:
Username
2025-12-26 20:57:21 +01:00
parent 7232846b0f
commit 6ea201805f
3 changed files with 44 additions and 9 deletions

View File

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