Remove lock from rotate notifs

pull/1939/head
Erik Johnston 2017-02-22 14:23:54 +00:00
parent 7455ba436a
commit b2d20e94fa
1 changed files with 0 additions and 3 deletions

View File

@ -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",