Switch back the proxy client to HTTP2 mode

test-fix-theme
Thomas Sileo 2022-11-20 09:49:19 +01:00
rodzic 4638b98fa8
commit ef4608f348
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1152,6 +1152,7 @@ async def nodeinfo(
proxy_client = httpx.AsyncClient(
http2=True,
follow_redirects=True,
timeout=httpx.Timeout(timeout=10.0),
)