summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-11-24 20:21:44 +0100
committerGitHub <noreply@github.com>2021-11-24 19:21:44 +0000
commit7f9841bdec349075eb424c943db5569439acb83c (patch)
tree8d1b689fe5ec89497635217242eb77595780ed67 /changelog.d
parentRename unstable `access_token_lifetime` configuration option to `refreshable_... (diff)
downloadsynapse-7f9841bdec349075eb424c943db5569439acb83c.tar.xz
Lower minumum batch size to 1 for background updates (#11422)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11422.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11422.bugfix b/changelog.d/11422.bugfix
new file mode 100644
index 0000000000..28ac65ea7c
--- /dev/null
+++ b/changelog.d/11422.bugfix
@@ -0,0 +1 @@
+Improve performance of various background database schema updates.