diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-26 11:43:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 11:43:17 +0100 |
commit | edd9a7214c467e96f5a694598b2fbcfae3ac2912 (patch) | |
tree | 66d65b666788442ee0b42dd21f05231440d0f491 /changelog.d | |
parent | Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563) (diff) | |
download | synapse-edd9a7214c467e96f5a694598b2fbcfae3ac2912.tar.xz |
Replace device_27_unique_idx bg update with a fg one (#7562)
The bg update never managed to complete, because it kept being interrupted by transactions which want to take a lock. Just doing it in the foreground isn't that bad, and is a good deal simpler.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7562.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7562.misc b/changelog.d/7562.misc new file mode 100644 index 0000000000..3c25cd9917 --- /dev/null +++ b/changelog.d/7562.misc @@ -0,0 +1 @@ +Improve performance of `mark_as_sent_devices_by_remote`. |