diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-11-17 17:01:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 17:01:14 +0100 |
commit | 75888c2b1f5ec1c865c4690627bf101f7e0dffb9 (patch) | |
tree | 56aad979d178b5c6409ea4c6facf60aa24e76edc /changelog.d | |
parent | Reintroduce #14376, with bugfix for monoliths (#14468) (diff) | |
download | synapse-75888c2b1f5ec1c865c4690627bf101f7e0dffb9.tar.xz |
Faster joins: do not wait for full state when creating events to send (#14403)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14403.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14403.misc b/changelog.d/14403.misc new file mode 100644 index 0000000000..ff28a2712a --- /dev/null +++ b/changelog.d/14403.misc @@ -0,0 +1 @@ +Faster joins: do not wait for full state when creating events to send. |