MatrixSynapse/synapse/util/caches
Erik Johnston eefc6b3a0d
Don't apply cache factor to event cache. (#7578)
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).
2020-05-27 12:04:37 +01:00
..
__init__.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py Don't apply cache factor to event cache. (#7578) 2020-05-27 12:04:37 +01:00
response_cache.py
stream_change_cache.py
treecache.py
ttlcache.py