From a1996b1c9e908c78be10fb67ce7763c12b67e037 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 22 Feb 2026 16:39:55 +0100 Subject: [PATCH] fix: raise pool test_timeout and max_fails defaults Accommodate HTTP CONNECT proxies through Tor (p99 latency >8s) and reduce pool erosion when the upstream proxy count is low. - test_timeout: 8 -> 12 (Tor + HTTP CONNECT overhead) - max_fails: 3 -> 5 (10 min tolerance vs 6 min) --- config/example.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/example.yaml b/config/example.yaml index d28e1a9..34a543b 100644 --- a/config/example.yaml +++ b/config/example.yaml @@ -32,8 +32,8 @@ chain: # state_file: /data/pool-clean.json # refresh: 300 # test_interval: 120 -# test_timeout: 8 -# max_fails: 3 +# test_timeout: 12 +# max_fails: 5 # mitm: # MITM-capable proxies # sources: # - url: http://10.200.1.250:8081/proxies/all @@ -41,8 +41,8 @@ chain: # state_file: /data/pool-mitm.json # refresh: 300 # test_interval: 120 -# test_timeout: 8 -# max_fails: 3 +# test_timeout: 12 +# max_fails: 5 # Single proxy pool (legacy, still supported -- becomes pool "default"): # proxy_pool: