We're solely relying on the default aiohttp.ClientTimeout which is 5 minutes [1] which may not be enough for large binary files (e.g. 1GB) under certain circumstances:
ERROR Unsuccessful download: https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/source/tree/Packages/g/google-noto-fonts-20240301-2.fc40.src.rpm
ERROR FetchError: exception_name: TimeoutError, details:
[prefetch-dependencies] Error: FetchError: exception_name: TimeoutError, details:
[prefetch-dependencies] The error might be intermittent, please try again.
[prefetch-dependencies] If the issue seems to be on the Cachi2 side, please contact the maintainers.
We're solely relying on the default
aiohttp.ClientTimeout
which is 5 minutes [1] which may not be enough for large binary files (e.g. 1GB) under certain circumstances:[1] https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientSession