diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-11-24 20:21:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 19:21:44 +0000 |
commit | 7f9841bdec349075eb424c943db5569439acb83c (patch) | |
tree | 8d1b689fe5ec89497635217242eb77595780ed67 /changelog.d | |
parent | Rename unstable `access_token_lifetime` configuration option to `refreshable_... (diff) | |
download | synapse-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.bugfix | 1 |
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. |