diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-08 15:18:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 15:18:35 +0100 |
commit | 74f01e11c9e762101b834493a52da12538477e75 (patch) | |
tree | 96d02f35a854f11debf9bdebddf013cfd3dc23f2 /changelog.d | |
parent | Add a constant for m.federate. (#10775) (diff) | |
download | synapse-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.misc | 1 |
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. |