1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Switch back the proxy client to HTTP2 mode

This commit is contained in:
Thomas Sileo
2022-11-20 09:49:19 +01:00
parent 4638b98fa8
commit ef4608f348

View File

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