mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-21 06:38:56 +00:00
Increase response timeout to 20 seconds.
This commit is contained in:
parent
970b5d1964
commit
152b65b67c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public:
|
||||||
ClosingState
|
ClosingState
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr static int kResponseTimeout = 15 * 1000;
|
constexpr static int kResponseTimeout = 20 * 1000;
|
||||||
constexpr static int kKeepAliveTimeout = 60 * 1000;
|
constexpr static int kKeepAliveTimeout = 60 * 1000;
|
||||||
|
|
||||||
Client(int id, const char *agent, IClientListener *listener);
|
Client(int id, const char *agent, IClientListener *listener);
|
||||||
|
|
Loading…
Reference in a new issue