mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Turn off preemptive transactions
This commit is contained in:
parent
f4d58deba1
commit
7f4105a5c9
@ -420,16 +420,6 @@ class EventsStore(SQLBaseStore):
|
||||
if e_id in event_map and event_map[e_id]
|
||||
])
|
||||
|
||||
if not txn:
|
||||
missing_events = yield self.runInteraction(
|
||||
"_get_events",
|
||||
self._fetch_events_txn,
|
||||
missing_events_ids,
|
||||
check_redacted=check_redacted,
|
||||
get_prev_content=get_prev_content,
|
||||
allow_rejected=allow_rejected,
|
||||
)
|
||||
else:
|
||||
missing_events = yield self._fetch_events(
|
||||
txn,
|
||||
missing_events_ids,
|
||||
|
Loading…
Reference in New Issue
Block a user