Switch back the proxy client to HTTP2 mode
parent
4638b98fa8
commit
ef4608f348
|
@ -1152,6 +1152,7 @@ async def nodeinfo(
|
||||||
|
|
||||||
|
|
||||||
proxy_client = httpx.AsyncClient(
|
proxy_client = httpx.AsyncClient(
|
||||||
|
http2=True,
|
||||||
follow_redirects=True,
|
follow_redirects=True,
|
||||||
timeout=httpx.Timeout(timeout=10.0),
|
timeout=httpx.Timeout(timeout=10.0),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue