Move fetching of events into their own transactions

This commit is contained in:
Erik Johnston 2015-05-14 13:45:48 +01:00
parent cdb3757942
commit f6f902d459
4 changed files with 45 additions and 53 deletions

View file

@ -72,8 +72,6 @@ class StateStore(SQLBaseStore):
retcol="event_id",
)
# state = self._get_events_txn(txn, state_ids)
res[group] = state_ids
return res