summary refs log tree commit diff
path: root/changelog.d/13973.misc
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-30 14:27:00 +0100
committerGitHub <noreply@github.com>2022-09-30 14:27:00 +0100
commit285b9e9b6c3558718e7d4f513062e277948ac35d (patch)
treeb56cb70dbb3e046759ff1d0508d5d8d3aa7ecf6f /changelog.d/13973.misc
parentDiscourage automatic replies to Synapse's emails (#13957) (diff)
downloadsynapse-285b9e9b6c3558718e7d4f513062e277948ac35d.tar.xz
Speed up calculating push actions in large rooms (#13973)
We move the expensive check of visibility to after calculating push actions, avoiding the expensive check for users who won't get pushed anyway.

I think this should have a big impact on rooms with large numbers of local users that have pushed disabled.
Diffstat (limited to 'changelog.d/13973.misc')
-rw-r--r--changelog.d/13973.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13973.misc b/changelog.d/13973.misc
new file mode 100644
index 0000000000..58150a2b35
--- /dev/null
+++ b/changelog.d/13973.misc
@@ -0,0 +1 @@
+Speed up calculating push actions in large rooms.