summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-03 18:23:46 +0100
committerGitHub <noreply@github.com>2021-09-03 18:23:46 +0100
commit92b6ac31b22fd2fafc5a68602357212fd87b0607 (patch)
tree0c81066ed9ecd6d390bfefb291f4d7b45848fdde /changelog.d
parentAdd a partial index to `presence_stream` to speed up startups (#10748) (diff)
downloadsynapse-92b6ac31b22fd2fafc5a68602357212fd87b0607.tar.xz
Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10755.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10755.misc b/changelog.d/10755.misc
new file mode 100644
index 0000000000..3b7acff03f
--- /dev/null
+++ b/changelog.d/10755.misc
@@ -0,0 +1 @@
+Minor speed ups when joining large rooms over federation.