summary refs log tree commit diff
path: root/synapse/storage/event_push_actions.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-27 16:40:11 +0000
committerErik Johnston <erik@matrix.org>2017-02-27 16:40:11 +0000
commit8a6196c6c85a0d5aa716749b98d55b74c4435d76 (patch)
treee974ec6975011b6beec4f1b636aa7fc826af4c0c /synapse/storage/event_push_actions.py
parentLocal changes (diff)
parentMerge pull request #1954 from matrix-org/erikj/cache_device2 (diff)
downloadsynapse-8a6196c6c85a0d5aa716749b98d55b74c4435d76.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes 2017-02-27
Diffstat (limited to 'synapse/storage/event_push_actions.py')
-rw-r--r--synapse/storage/event_push_actions.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py

index fe88eb045d..d138aaf540 100644 --- a/synapse/storage/event_push_actions.py +++ b/synapse/storage/event_push_actions.py
@@ -640,9 +640,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",