Fix reverse proxy timeout issues
This commit is contained in:
@@ -14,8 +14,11 @@
|
||||
#define NUM_SOCKETS 2
|
||||
#define LISTEN_BACKLOG 16
|
||||
#define REQ_PER_CONNECTION 200
|
||||
|
||||
#define SOCKET_TIMEOUT 1
|
||||
#define CLIENT_TIMEOUT 3600
|
||||
#define SERVER_TIMEOUT_INIT 4
|
||||
#define SERVER_SOCKET_TIMEOUT_INIT 5
|
||||
#define SERVER_SOCKET_TIMEOUT_RES 60
|
||||
#define SERVER_TIMEOUT 3600
|
||||
|
||||
#define CNX_HANDLER_WORKERS 8
|
||||
|
Reference in New Issue
Block a user