mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 16:25:17 -05:00
![Erik Johnston](/assets/img/avatar_default.png)
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.