summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-15 17:18:37 +0000
committerGitHub <noreply@github.com>2021-01-15 17:18:37 +0000
commit350d9923cd1d35885f8f8e9c6036caec5eebfa9f (patch)
tree37d47409497ce2027425b022a0e3754b761ab3bf /changelog.d
parentEnsure we store pusher data as text (#9117) (diff)
downloadsynapse-350d9923cd1d35885f8f8e9c6036caec5eebfa9f.tar.xz
Make chain cover index bg update go faster (#9124)
We do this by allowing a single iteration to process multiple rooms at a
time, as there are often a lot of really tiny rooms, which can massively
slow things down.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9124.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9124.misc b/changelog.d/9124.misc
new file mode 100644
index 0000000000..346741d982
--- /dev/null
+++ b/changelog.d/9124.misc
@@ -0,0 +1 @@
+Improve efficiency of large state resolutions.