mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 22:25:18 -05:00
Remove lock from rotate notifs
This commit is contained in:
parent
7455ba436a
commit
b2d20e94fa
@ -638,9 +638,6 @@ class EventPushActionsStore(SQLBaseStore):
|
|||||||
the archiving process has caught up or not.
|
the archiving process has caught up or not.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# We want to make sure that we only ever do this one at a time
|
|
||||||
self.database_engine.lock_table(txn, "event_push_summary")
|
|
||||||
|
|
||||||
old_rotate_stream_ordering = self._simple_select_one_onecol_txn(
|
old_rotate_stream_ordering = self._simple_select_one_onecol_txn(
|
||||||
txn,
|
txn,
|
||||||
table="event_push_summary_stream_ordering",
|
table="event_push_summary_stream_ordering",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user