mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
try a longer timeout before we removeSilentNodes
This commit is contained in:
parent
ee1231362c
commit
aeff5d93d8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
const int INVALID_PORT = -1;
|
||||
|
||||
const quint64 NODE_SILENCE_THRESHOLD_MSECS = 5 * 1000;
|
||||
const quint64 NODE_SILENCE_THRESHOLD_MSECS = 20 * 1000;
|
||||
|
||||
static const size_t DEFAULT_MAX_CONNECTION_RATE { std::numeric_limits<size_t>::max() };
|
||||
|
||||
|
|
Loading…
Reference in a new issue