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)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user