diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-05-03 13:09:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 13:09:20 +0100 |
commit | 3b837d856c4f867377d738eacb262cad28b14ad7 (patch) | |
tree | 8f401560a4c93b84a50ced5a5486c3fc930db852 /tests/push | |
parent | Update CHANGES.md (diff) | |
download | synapse-3b837d856c4f867377d738eacb262cad28b14ad7.tar.xz |
Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1
#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.
Diffstat (limited to 'tests/push')
-rw-r--r-- | tests/push/test_http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push/test_http.py b/tests/push/test_http.py |