diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-10 10:16:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 10:16:52 +0100 |
commit | 7f0565e029791e336933806522d0e87bce870f64 (patch) | |
tree | 2ddc4e2bc18ee18f11b667a19298b4a03a3ab812 /changelog.d | |
parent | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ... (diff) | |
download | synapse-7f0565e029791e336933806522d0e87bce870f64.tar.xz |
Don't needlessly batch in `add_event_to_cache` (#10784)
We've already batched up the events previously, and assume in other places in the events.py file that we have. Removing this makes it easier to adjust the batch sizes in one place.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10784.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10784.misc b/changelog.d/10784.misc new file mode 100644 index 0000000000..3b7acff03f --- /dev/null +++ b/changelog.d/10784.misc @@ -0,0 +1 @@ +Minor speed ups when joining large rooms over federation. |