mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
1d0695fe7e
Previous message would say "N messages in the last T seconds", but would give an inaccurate number for N. We now give an accurate number, rounded up to the nearest 60 seconds. Closes #19431.
7 lines
390 B
Plaintext
7 lines
390 B
Plaintext
o Minor bugfixes (logging):
|
|
- When logging a rate-limited message about how many messages have been
|
|
suppressed in the last N seconds, give an accurate value for N, rounded
|
|
up to the nearest minute. Previously we would report the size of the
|
|
rate-limiting interval, regardless of when the messages started to
|
|
occur. Fixes bug 19431; bugfix on 0.2.2.16-alpha.
|