diff options
author | reivilibre <oliverw@matrix.org> | 2023-01-11 13:21:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 13:21:53 +0000 |
commit | 5172c8c403d94ea5f184abc8b3c37dbd19a849bc (patch) | |
tree | 2bbd55a9f1f31bd0d3fbdd80a65fcb31d880581e /changelog.d | |
parent | Fix-up type hints for tests.push module. (#14816) (diff) | |
download | synapse-5172c8c403d94ea5f184abc8b3c37dbd19a849bc.tar.xz |
Faster remote room joins (worker mode): do not populate external hosts-in-room cache when sending events as this requires blocking for full state. (#14749)
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14749.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14749.misc b/changelog.d/14749.misc new file mode 100644 index 0000000000..ff81325225 --- /dev/null +++ b/changelog.d/14749.misc @@ -0,0 +1 @@ +Faster remote room joins (worker mode): do not populate external hosts-in-room cache when sending events as this requires blocking for full state. \ No newline at end of file |