diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-01 12:53:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 12:53:42 +0100 |
commit | 9b43df1f7b2977431563b3cda8fed1ed879651ba (patch) | |
tree | 85d0b37c2a47796a9a366839f0b2ea9e412bb55c /changelog.d | |
parent | Add a module callback to react to account data changes (#12327) (diff) | |
download | synapse-9b43df1f7b2977431563b3cda8fed1ed879651ba.tar.xz |
Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)
If we're missing most of the events in the room state, then we may as well call the /state endpoint, instead of individually requesting each and every event.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12040.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12040.feature b/changelog.d/12040.feature new file mode 100644 index 0000000000..0a88c6e80c --- /dev/null +++ b/changelog.d/12040.feature @@ -0,0 +1 @@ +Optimise fetching large quantities of missing room state over federation. |