Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Raise the default requests limit to 5min
45s is fairly low on slower connections and larger files. Having timeout defaulting to such a low default value has no real benefit to defaulting to a more reasonable larger number which has more practical benefits: - on fast connections it doesn't make any difference - better resilience with slower connections than the current timeout - much smaller probability users will need to tweak it - in sync with some other library's default we use [1] [1] https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientSession Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information