Update MTPROXY_CHECK_TIMEOUT to 45s in docker-compose and documentation; adjust default timeout handling in code for improved performance under slow network conditions.
Publish mtproxy_checker Docker image / test (push) Successful in 13s
Publish mtproxy_checker Docker image / build-and-push (push) Successful in 52s

This commit is contained in:
Denozordec
2026-04-11 13:39:52 +07:00
parent 6a6183a994
commit 6f2dbcbca3
5 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
MTPROXY_LIST_FILE: /data/proxies.txt
MTPROXY_CHECK_INTERVAL: 5m
MTPROXY_HTTP_ADDR: ":8080"
MTPROXY_CHECK_TIMEOUT: 15s
MTPROXY_CHECK_TIMEOUT: 45s
MTPROXY_DC_ID: "2"
# Опционально: только перечисленные IP/CIDR (иначе не задавайте переменную)
# MTPROXY_ALLOWED_IPS: "172.17.0.0/16,127.0.0.1"