From aeff5d93d88803b4d6f01b437359787fb8219483 Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Mon, 13 May 2019 16:57:38 -0700 Subject: [PATCH] try a longer timeout before we removeSilentNodes --- libraries/networking/src/LimitedNodeList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/LimitedNodeList.h b/libraries/networking/src/LimitedNodeList.h index 8593ad4b1b..4db4f3136a 100644 --- a/libraries/networking/src/LimitedNodeList.h +++ b/libraries/networking/src/LimitedNodeList.h @@ -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::max() };