From 5f0b8f5dfd226598ea8ccd1f80f9d6cd2a63a70b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 28 Nov 2022 20:58:16 +0100 Subject: [PATCH] Tweak media proxy client --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 271e034..c63ea3e 100644 --- a/app/main.py +++ b/app/main.py @@ -1183,6 +1183,7 @@ proxy_client = httpx.AsyncClient( http2=True, follow_redirects=True, timeout=httpx.Timeout(timeout=10.0), + transport=httpx.AsyncHTTPTransport(retries=1), )