mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 22:09:11 +02:00
Merge pull request #15587 from howard-stearns/reduce-time-in-which-you-see-yourself-going-away
reduce time in which you see yourself going away
This commit is contained in:
commit
c1de3ecfd8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
const int INVALID_PORT = -1;
|
||||
|
||||
const quint64 NODE_SILENCE_THRESHOLD_MSECS = 20 * 1000;
|
||||
const quint64 NODE_SILENCE_THRESHOLD_MSECS = 10 * 1000;
|
||||
|
||||
static const size_t DEFAULT_MAX_CONNECTION_RATE { std::numeric_limits<size_t>::max() };
|
||||
|
||||
|
|
Loading…
Reference in a new issue