diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-03 18:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 18:23:46 +0100 |
commit | 92b6ac31b22fd2fafc5a68602357212fd87b0607 (patch) | |
tree | 0c81066ed9ecd6d390bfefb291f4d7b45848fdde /changelog.d | |
parent | Add a partial index to `presence_stream` to speed up startups (#10748) (diff) | |
download | synapse-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.misc | 1 |
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. |