You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying rate limiting (__sleep()) on bots is done before flushing statistics. If rate limiting is high, this causes significant delay in statistic data.
The text was updated successfully, but these errors were encountered:
Previously, statistics weren't flushed before applying rate limiting,
even if sleeping time was longer than statistics delay. This caused
significant delay in statistics. Now, statistics are flushed before
sleeping, if expected delay is longer than flushing delay.
Fixescerttools#2336
Applying rate limiting (__sleep()) on bots is done before flushing statistics. If rate limiting is high, this causes significant delay in statistic data.
The text was updated successfully, but these errors were encountered: