diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-30 14:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 14:27:00 +0100 |
commit | 285b9e9b6c3558718e7d4f513062e277948ac35d (patch) | |
tree | b56cb70dbb3e046759ff1d0508d5d8d3aa7ecf6f /changelog.d | |
parent | Discourage automatic replies to Synapse's emails (#13957) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/13973.misc | 1 |
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. |