0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-29 06:29:26 +02:00

Remove unncessary cache

This commit is contained in:
Erik Johnston 2015-08-07 13:41:05 +01:00
parent b8e386db59
commit b3768ec10a

View file

@ -192,7 +192,6 @@ class StateStore(SQLBaseStore):
events = yield self._get_events(event_ids, get_prev_content=False)
defer.returnValue(events)
@cached(num_args=2, lru=True, max_entries=10000)
def _get_state_groups_from_group(self, group, types):
def f(txn):
if types is not None: