diff options
author | Erik Johnston <erikj@element.io> | 2024-02-20 14:29:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 14:29:18 +0000 |
commit | cdbbf3653d02e94b8c73f5533a50cab004a3f41a (patch) | |
tree | d3fa74976dadf98790f280b22a261923a18a8ccf /changelog.d | |
parent | bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927) (diff) | |
download | synapse-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.bugfix | 1 |
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. |