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
Shouldn't the janitor call DeleteExpired method? Currently expired items are always available. They never get cleaned, janitor only calls onExpired callback. I think it should also call DeleteExpired.
The text was updated successfully, but these errors were encountered:
Shouldn't the janitor call DeleteExpired method? Currently expired items are always available. They never get cleaned, janitor only calls onExpired callback. I think it should also call DeleteExpired.
Hey, thanks for the bug report. I haven't worked on this codebase before and I'm mostly responsible for it now, so please give me time before I can get to this. But if you feel like you're confident that there's a bug, feel free to send a PR with a fix and I will review it.
Shouldn't the janitor call
DeleteExpired
method? Currently expired items are always available. They never get cleaned, janitor only callsonExpired
callback. I think it should also callDeleteExpired
.The text was updated successfully, but these errors were encountered: