Skip to content
Snippets Groups Projects
Commit b2d20e94 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove lock from rotate notifs

parent 7455ba43
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment