diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-11-25 16:14:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 15:14:54 +0000 |
commit | 0d88c4f9030c50bb9e016d9a28f6db27f7913d0b (patch) | |
tree | 49d492028e9b15838926b173534f7bed54c059e2 /changelog.d | |
parent | Lower minumum batch size to 1 for background updates (#11422) (diff) | |
download | synapse-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.bugfix | 1 |
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. |