summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-26 11:43:17 +0100
committerGitHub <noreply@github.com>2020-05-26 11:43:17 +0100
commitedd9a7214c467e96f5a694598b2fbcfae3ac2912 (patch)
tree66d65b666788442ee0b42dd21f05231440d0f491 /changelog.d
parentFix incorrect exception handling in KeyUploadServlet.on_POST (#7563) (diff)
downloadsynapse-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.misc1
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`.