Files
teleport/lib/loglimit
Zac Bergquist 6750fc7033 Fix bug in the log limiter (#63568)
We were setting last sweep on every call, even if we didn't actually
perform a sweep. This means that if the handler is invoked more
frequently than the sweep interval it will never actually perform
the sweep, and old entries will continue to accumulate.
2026-02-06 14:35:13 +00:00
..