summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-11-25 16:14:54 +0100
committerGitHub <noreply@github.com>2021-11-25 15:14:54 +0000
commit0d88c4f9030c50bb9e016d9a28f6db27f7913d0b (patch)
tree49d492028e9b15838926b173534f7bed54c059e2 /changelog.d
parentLower minumum batch size to 1 for background updates (#11422) (diff)
downloadsynapse-0d88c4f9030c50bb9e016d9a28f6db27f7913d0b.tar.xz
Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#11421)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11421.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11421.bugfix b/changelog.d/11421.bugfix
new file mode 100644
index 0000000000..28ac65ea7c
--- /dev/null
+++ b/changelog.d/11421.bugfix
@@ -0,0 +1 @@
+Improve performance of various background database schema updates.