From 07e9c3d6482a7a72aaf1a2814769dbb8f2fc8501 Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Mon, 20 May 2019 12:48:06 -0700 Subject: [PATCH] reduce time in which you see yourself going away --- 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 60c91c8ff6..9f4a0177f5 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 = 20 * 1000; +const quint64 NODE_SILENCE_THRESHOLD_MSECS = 10 * 1000; static const size_t DEFAULT_MAX_CONNECTION_RATE { std::numeric_limits::max() };