summary refs log tree commit diff
path: root/changelog.d/13355.misc
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-07-26 12:39:23 +0100
committerGitHub <noreply@github.com>2022-07-26 12:39:23 +0100
commit335ebb21ccc0ae906169f21dcfc456c869bdd301 (patch)
treed79c423c2592b719fe02ffc6bb6f40f5f4416aed /changelog.d/13355.misc
parentRemove unused argument for get_relations_for_event. (#13383) (diff)
downloadsynapse-335ebb21ccc0ae906169f21dcfc456c869bdd301.tar.xz
Faster room joins: avoid blocking when pulling events with missing prevs (#13355)
Avoid blocking on full state in `_resolve_state_at_missing_prevs` and
return a new flag indicating whether the resolved state is partial.
Thread that flag around so that it makes it into the event context.

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d/13355.misc')
-rw-r--r--changelog.d/13355.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13355.misc b/changelog.d/13355.misc
new file mode 100644
index 0000000000..7715075885
--- /dev/null
+++ b/changelog.d/13355.misc
@@ -0,0 +1 @@
+Faster room joins: avoid blocking when pulling events with partially missing prev events.