summary refs log tree commit diff
path: root/synapse/config/cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-08-101-0/+13
|\
| * Make sync response cache time configurable. (#10513)Richard van der Hoff2021-08-031-0/+13
* | Fix merge failWill Hunt2021-07-201-4/+0
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-07-201-30/+46
|\|
| * Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
| * Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-29/+41
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-05-111-0/+11
|\|
| * Optionally track memory usage of each LruCache (#9881)Erik Johnston2021-05-051-0/+11
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-201-1/+0
|\|
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-091-2/+4
|\|
| * Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-2/+4
* | fix config getterWill Hunt2021-02-221-4/+2
* | lintingWill Hunt2021-02-221-3/+5
* | Make external_event_cache_expiry_ms configurableWill Hunt2021-02-221-0/+15
|/
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Take out a lock before modifying _CACHES (#7663)Richard van der Hoff2020-06-101-5/+15
* Fix up commentsErik Johnston2020-05-271-2/+2
* Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-5/+39
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-0/+164