MatrixSynapse/synapse/util/caches
Erik Johnston 547b1355d3 Fix perf regression in PR #3530
The get_entities_changed function was changed to return all changed
entities since the given stream position, rather than only those changed
from a given list of entities. This resulted in the function incorrectly
returning large numbers of entities that, for example, caused large
increases in database usage.
2018-07-17 10:27:51 +01:00
..
__init__.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
snapshot_cache.py
stream_change_cache.py Fix perf regression in PR #3530 2018-07-17 10:27:51 +01:00
treecache.py