MatrixSynapse/synapse/federation
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
..
sender
transport Bump the client-side timeout for /state (#14912) 2023-01-25 16:11:06 +00:00
__init__.py
federation_base.py
federation_client.py Faster joins: Fix incompatibility with restricted joins (#14882) 2023-01-22 19:19:31 +00:00
federation_server.py
persistence.py
send_queue.py
units.py