mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Move fetching of events into their own transactions
This commit is contained in:
parent
cdb3757942
commit
f6f902d459
4 changed files with 45 additions and 53 deletions
|
@ -72,8 +72,6 @@ class StateStore(SQLBaseStore):
|
|||
retcol="event_id",
|
||||
)
|
||||
|
||||
# state = self._get_events_txn(txn, state_ids)
|
||||
|
||||
res[group] = state_ids
|
||||
|
||||
return res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue