| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow configuration of Synapse's cache without using synctl or environment ↵ | Amber Brown | 2020-05-11 | 1 | -1/+1 |
| | | | | | variables (#6391) | ||||
| * | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 1 | -1/+0 |
| | | | | | | | | | 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. | ||||
| * | Run black. | black | 2018-08-10 | 1 | -1/+0 |
| | | |||||
| * | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
| | | |||||
| * | Add ExpiringCache tests | Erik Johnston | 2017-01-16 | 1 | -0/+84 |
