diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py index cde141e20deaf8d26e280aabf9f674aaffc53e6c..14543b4269449ec4521d146ba8bc9b9c57571dfd 100644 --- a/synapse/storage/event_push_actions.py +++ b/synapse/storage/event_push_actions.py @@ -638,9 +638,6 @@ class EventPushActionsStore(SQLBaseStore): 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( txn, table="event_push_summary_stream_ordering",