mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
Reduce reporting period to 1 s
This commit is contained in:
parent
06b00e93ae
commit
7d80852544
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue