Skip to content

feat: retry a download if checksum is not correct

Yannick DAYER requested to merge feature/retry-download into master
  • Adds checksum_mismatch_download_attempts parameter to download_file.
  • Adds a loop when downloading that checks the new file checksum and re-downloads if needed.

Merge request reports