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

Tweak media proxy client

This commit is contained in:
Thomas Sileo
2022-11-28 20:58:16 +01:00
parent 5adb2bca9a
commit 5f0b8f5dfd

View File

@ -1183,6 +1183,7 @@ proxy_client = httpx.AsyncClient(
http2=True,
follow_redirects=True,
timeout=httpx.Timeout(timeout=10.0),
transport=httpx.AsyncHTTPTransport(retries=1),
)