summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-01-25 16:11:06 +0000
committerGitHub <noreply@github.com>2023-01-25 16:11:06 +0000
commit8e37ece015c8afd97572bdc742981792b02c6700 (patch)
treecd9da00a13e954945068fe307f5bb39b8aca29ee /changelog.d
parentMake sqlite database migrations transactional again (#14910) (diff)
downloadsynapse-8e37ece015c8afd97572bdc742981792b02c6700.tar.xz
Bump the client-side timeout for /state (#14912)
* Bump the client-side timeout for /state

to allow faster joins resyncs the chance to complete for large rooms.
We have seen this fair poorly (~90s for Matrix HQ's /state) in testing,
causing the resync to advance to another HS who hasn't seen our join yet.

* Changelog

* Milliseconds!!!!
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14912.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14912.misc b/changelog.d/14912.misc
new file mode 100644
index 0000000000..9dbc6b3424
--- /dev/null
+++ b/changelog.d/14912.misc
@@ -0,0 +1 @@
+Faster joins: allow the resync process more time to fetch `/state` ids.