Add env variable for waiting timeout
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
CLIENT_CONNECTIONS_COUNT = Number of connections to initiate when client worker daemon starts
|
CLIENT_CONNECTIONS_COUNT = Number of connections to initiate when client worker daemon starts
|
||||||
CLIENT_CONNECTION_TIMEOUT = Number of seconds to wait before trying to connect to the worker server again
|
CLIENT_CONNECTION_TIMEOUT = Number of seconds to wait before trying to connect to the worker server again
|
||||||
|
CLIENT_WAITING_TIMEOUT = Number of seconds to wait for request from server
|
||||||
WORKER_SERVER_ADDRESS = Address in form of IP:PORT (127.0.0.1:1338)
|
WORKER_SERVER_ADDRESS = Address in form of IP:PORT (127.0.0.1:1338)
|
||||||
REQUEST_MESSAGE_PREFIX = Prefix that worker server adds to the request message when sending to the worker client. Use double quotes if prefix has a space (eg. "URL ")
|
REQUEST_MESSAGE_PREFIX = Prefix that worker server adds to the request message when sending to the worker client. Use double quotes if prefix has a space (eg. "URL ")
|
||||||
PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL
|
PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL
|
||||||
Reference in New Issue
Block a user