MatrixSynapse/synapse
David Robertson 8e37ece015
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!!!!
2023-01-25 16:11:06 +00:00
..
_scripts
api
app
appservice
config Request partial joins by default (#14905) 2023-01-24 15:28:20 +00:00
crypto
events
federation Bump the client-side timeout for /state (#14912) 2023-01-25 16:11:06 +00:00
handlers Faster joins: omit partial rooms from eager syncs until the resync completes (#14870) 2023-01-23 15:44:39 +00:00
http
logging
metrics
module_api
push
replication Faster joins: omit partial rooms from eager syncs until the resync completes (#14870) 2023-01-23 15:44:39 +00:00
res
rest
server_notices
spam_checker_api
state
static
storage Make sqlite database migrations transactional again (#14910) 2023-01-25 13:38:53 +00:00
streams Faster joins: omit partial rooms from eager syncs until the resync completes (#14870) 2023-01-23 15:44:39 +00:00
types Faster joins: omit partial rooms from eager syncs until the resync completes (#14870) 2023-01-23 15:44:39 +00:00
util
__init__.py
event_auth.py
notifier.py Faster joins: omit partial rooms from eager syncs until the resync completes (#14870) 2023-01-23 15:44:39 +00:00
py.typed
server.py
visibility.py