summary refs log tree commit diff
path: root/synapse/storage/state.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-07 19:30:25 +0100
committerErik Johnston <erik@matrix.org>2015-08-07 19:30:25 +0100
commit8f04b6fa7aed9587bd875d551945b68cd1b3383a (patch)
treed84a57f8640dae33c6876e105f44d1210a1a8d54 /synapse/storage/state.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary... (diff)
parentMerge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into er... (diff)
downloadsynapse-8f04b6fa7aed9587bd875d551945b68cd1b3383a.tar.xz
Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache
Diffstat (limited to 'synapse/storage/state.py')
-rw-r--r--synapse/storage/state.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py
index a04731ae11..478b382867 100644
--- a/synapse/storage/state.py
+++ b/synapse/storage/state.py
@@ -65,7 +65,6 @@ class StateStore(SQLBaseStore):
             for group, state_map in group_to_state.items()
         })
 
-    @cached(num_args=1)
     def _fetch_events_for_group(self, key, events):
         return self._get_events(
             events, get_prev_content=False