Reduce reporting period to 1 s

This commit is contained in:
Simon Walton 2019-06-18 16:06:47 -07:00
parent 06b00e93ae
commit 7d80852544

View file

@ -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