summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-02-20 14:29:18 +0000
committerGitHub <noreply@github.com>2024-02-20 14:29:18 +0000
commitcdbbf3653d02e94b8c73f5533a50cab004a3f41a (patch)
treed3fa74976dadf98790f280b22a261923a18a8ccf /changelog.d
parentbugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927) (diff)
downloadsynapse-cdbbf3653d02e94b8c73f5533a50cab004a3f41a.tar.xz
Don't lock up when joining large rooms (#16903)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16903.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16903.bugfix b/changelog.d/16903.bugfix
new file mode 100644
index 0000000000..85a909b681
--- /dev/null
+++ b/changelog.d/16903.bugfix
@@ -0,0 +1 @@
+Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0.