Switch back the proxy client to HTTP2 mode
This commit is contained in:
parent
4638b98fa8
commit
ef4608f348
1 changed files with 1 additions and 0 deletions
|
@ -1152,6 +1152,7 @@ async def nodeinfo(
|
|||
|
||||
|
||||
proxy_client = httpx.AsyncClient(
|
||||
http2=True,
|
||||
follow_redirects=True,
|
||||
timeout=httpx.Timeout(timeout=10.0),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue