From 7d808525443da2bc20fb95ef3f4d6b4400a0b956 Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Tue, 18 Jun 2019 16:06:47 -0700 Subject: [PATCH] Reduce reporting period to 1 s --- 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 7e40d763e4..5f24401b10 100644 --- a/libraries/networking/src/LimitedNodeList.h +++ b/libraries/networking/src/LimitedNodeList.h @@ -499,7 +499,7 @@ private: bool _dropOutgoingNodeTraffic { false }; quint64 _sendErrorStatsTime { (quint64)0 }; - static const quint64 ERROR_STATS_PERIOD_US { 2 * USECS_PER_SECOND }; + static const quint64 ERROR_STATS_PERIOD_US { 1 * USECS_PER_SECOND }; }; #endif // hifi_LimitedNodeList_h