Skip to content
Snippets Groups Projects
Commit 8601c242 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix some instances of ExpiringCache not expiring cache items

ExpiringCache required that `start()` be called before it would actually
start expiring entries. A number of places didn't do that.

This PR removes `start` from ExpiringCache, and automatically starts
backround reaping process on creation instead.
parent ad53a549
No related merge requests found
Showing with 12 additions and 39 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment