diff options
author | Eric Eastwood <erice@element.io> | 2022-09-29 18:52:23 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-29 18:52:23 -0500 |
commit | 5f0f81591b43c6748c1c833504698d3677ee8151 (patch) | |
tree | 5d9e9d85644dc2d1e5e262f13dd8272ecbf2aea2 | |
parent | Remove non-appservice usages split out to other PRs (diff) | |
download | synapse-5f0f81591b43c6748c1c833504698d3677ee8151.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/13958.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13958.bugfix b/changelog.d/13958.bugfix new file mode 100644 index 0000000000..090bdf16ec --- /dev/null +++ b/changelog.d/13958.bugfix @@ -0,0 +1 @@ +Fix performance bottleneck with heavy appservice and bridged users in Synapse by checking appservice user interest against the local users instead of all users. |