MatrixSynapse/synapse/http
Sean Quah 3b837d856c
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.
2023-05-03 13:09:20 +01:00
..
federation
__init__.py
additional_resource.py
client.py Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) 2023-05-03 13:09:20 +01:00
connectproxyclient.py
matrixfederationclient.py Finish type hints for federation client HTTP code. (#15465) 2023-04-24 13:12:06 -04:00
proxyagent.py
request_metrics.py
server.py Disable directory listing for `StaticResource` (#15438) 2023-04-14 13:49:47 -04:00
servlet.py
site.py
types.py