Switch back to HTTP1 for the media proxy client
This commit is contained in:
parent
5f0b8f5dfd
commit
46a592b11e
1 changed files with 0 additions and 1 deletions
|
@ -1180,7 +1180,6 @@ async def nodeinfo(
|
|||
|
||||
|
||||
proxy_client = httpx.AsyncClient(
|
||||
http2=True,
|
||||
follow_redirects=True,
|
||||
timeout=httpx.Timeout(timeout=10.0),
|
||||
transport=httpx.AsyncHTTPTransport(retries=1),
|
||||
|
|
Loading…
Reference in a new issue