summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-29 18:52:23 -0500
committerEric Eastwood <erice@element.io>2022-09-29 18:52:23 -0500
commit5f0f81591b43c6748c1c833504698d3677ee8151 (patch)
tree5d9e9d85644dc2d1e5e262f13dd8272ecbf2aea2
parentRemove non-appservice usages split out to other PRs (diff)
downloadsynapse-5f0f81591b43c6748c1c833504698d3677ee8151.tar.xz
Add changelog
-rw-r--r--changelog.d/13958.bugfix1
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.