forked from forks/microblog.pub
Tweak media proxy client
This commit is contained in:
parent
5adb2bca9a
commit
5f0b8f5dfd
1 changed files with 1 additions and 0 deletions
|
@ -1183,6 +1183,7 @@ proxy_client = httpx.AsyncClient(
|
|||
http2=True,
|
||||
follow_redirects=True,
|
||||
timeout=httpx.Timeout(timeout=10.0),
|
||||
transport=httpx.AsyncHTTPTransport(retries=1),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue