Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530)
#15514 introduced a regression where Synapse would encounter `PartialDownloadError`s when fetching OpenID metadata for certain providers on startup. Due to #8088, this prevents Synapse from starting entirely. Revert the change while we decide what to do about the regression.
Showing
- CHANGES.md 0 additions, 1 deletionCHANGES.md
- synapse/http/client.py 11 additions, 3 deletionssynapse/http/client.py
- synapse/push/httppusher.py 1 addition, 2 deletionssynapse/push/httppusher.py
- synapse/server.py 0 additions, 21 deletionssynapse/server.py
- tests/push/test_http.py 1 addition, 1 deletiontests/push/test_http.py
- tests/replication/test_pusher_shard.py 3 additions, 3 deletionstests/replication/test_pusher_shard.py
Loading
Please register or sign in to comment