mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
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.