mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Increase Apple Music API client timeout to 60s
This commit is contained in:
@@ -86,7 +86,7 @@ class AppleMusicApi:
|
||||
},
|
||||
follow_redirects=True,
|
||||
transport=httpx.AsyncHTTPTransport(retries=10),
|
||||
timeout=30.0,
|
||||
timeout=60.0,
|
||||
)
|
||||
|
||||
async def _setup_token(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user