add env for fetching timeout

This commit is contained in:
Bilal
2020-05-22 16:10:37 +02:00
parent c1f36d6302
commit 8438a673da

View File

@@ -9,4 +9,4 @@ PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https
PROXY_LIST_TIMEOUT = Wait PROXY_LIST_TIMEOUT seconds for proxy list before dropping request
PROXY_LIST_RELOAD_INTERVAL = Refresh proxy list every PROXY_LIST_RELOAD_INTERVAL minutes
CUSTOM_SOCKS5_PROXY_LIST = List of proxies to append on list from PROXY_LIST_BASE_URL, comma separated (ip:port, ip:port, ...)
FETCH_TIMEOUT = Timeout in seconds after which proxy connection is dropped
FETCH_TIMEOUT = Timeout in seconds after which fetch connection is dropped