diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-06-22 14:01:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 14:01:55 +0100 |
commit | bb018d0b5be0f6584ea2b5b274ea4093de47809f (patch) | |
tree | bc4da02b414bd4d193b414522d894a63b452548e /synapse/util/caches | |
parent | Merge pull request #3382 from matrix-org/rav/optimise_state_groups (diff) | |
parent | Disable partial state group caching for wildcard lookups (diff) | |
download | synapse-bb018d0b5be0f6584ea2b5b274ea4093de47809f.tar.xz |
Merge pull request #3383 from matrix-org/rav/hacky_speedup_state_group_cache
Improve StateGroupCache efficiency for wildcard lookups
Diffstat (limited to 'synapse/util/caches')
-rw-r--r-- | synapse/util/caches/dictionary_cache.py | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/synapse/util/caches/dictionary_cache.py b/synapse/util/caches/dictionary_cache.py |