summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-08 15:18:35 +0100
committerGitHub <noreply@github.com>2021-09-08 15:18:35 +0100
commit74f01e11c9e762101b834493a52da12538477e75 (patch)
tree96d02f35a854f11debf9bdebddf013cfd3dc23f2 /changelog.d
parentAdd a constant for m.federate. (#10775) (diff)
downloadsynapse-74f01e11c9e762101b834493a52da12538477e75.tar.xz
Skip handling of push actions for outlier events (#10780)
Outlier events don't ever have push actions associated with them, so we
can skip some expensive queries during event persistence.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10780.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10780.misc b/changelog.d/10780.misc
new file mode 100644
index 0000000000..3b7acff03f
--- /dev/null
+++ b/changelog.d/10780.misc
@@ -0,0 +1 @@
+Minor speed ups when joining large rooms over federation.