Reconnect after waiting too long for request

This commit is contained in:
Bilal
2020-05-13 18:23:56 +02:00
parent e9b6aec79d
commit a709ac2dc5
3 changed files with 32 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ type WorkerServerConfig struct {
type ClientConfig struct {
ConnectionsCount int
ConnectionTimeout int // In seconds
WaitingTimeout int // In seconds
WorkerServerAddress string
RequestMessagePrefix string
ProxyListBaseURL string