diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-02-09 12:13:34 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-02-09 13:07:41 +0000 |
commit | 39a6b3549638c70e3aaf51b361576fbd729eb655 (patch) | |
tree | a65b0630417fa93202be575bbf98b06260ef451f /synapse | |
parent | delete_local_events for purge_history (diff) | |
download | synapse-39a6b3549638c70e3aaf51b361576fbd729eb655.tar.xz |
purge: move room_depth update to end
... to avoid locking the table for too long
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/events.py | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py |