Increase response timeout to 20 seconds.

This commit is contained in:
XMRig 2017-07-01 21:11:41 +03:00
parent 970b5d1964
commit 152b65b67c

View file

@ -48,7 +48,7 @@ public:
ClosingState
};
constexpr static int kResponseTimeout = 15 * 1000;
constexpr static int kResponseTimeout = 20 * 1000;
constexpr static int kKeepAliveTimeout = 60 * 1000;
Client(int id, const char *agent, IClientListener *listener);