Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specifying cache factors via env vars with * in name. (#7580) | Erik Johnston | 2020-05-27 | 1 | -0/+28 |
| | | | | | This mostly applise to `*stateGroupCache*` and co. Broke in #6391. | ||||
* | Don't apply cache factor to event cache. (#7578) | Erik Johnston | 2020-05-27 | 1 | -0/+16 |
| | | | | This is already correctly done when we instansiate the cache, but wasn't when it got reloaded (which always happens at least once on startup). | ||||
* | Allow configuration of Synapse's cache without using synctl or environment ↵ | Amber Brown | 2020-05-11 | 1 | -0/+127 |
variables (#6391) |