diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-01 10:19:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 10:19:27 +0100 |
commit | 8c2825276fec6e03434f1924482788ea3281a9fc (patch) | |
tree | 8bea703d8ce2b1ea757e16a755001f457fa3ccc3 /changelog.d | |
parent | Add documentation for phone home stats (#13086) (diff) | |
download | synapse-8c2825276fec6e03434f1924482788ea3281a9fc.tar.xz |
Skip waiting for full state for incoming events (#13144)
When we receive an event over federation during a faster join, there is no need to wait for full state, since we have a whole reconciliation process designed to take the partial state into account.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13144.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13144.misc b/changelog.d/13144.misc new file mode 100644 index 0000000000..34762e2fcd --- /dev/null +++ b/changelog.d/13144.misc @@ -0,0 +1 @@ +Faster joins: skip waiting for full state when processing incoming events over federation. |