diff --git a/scripts/http_host/download_assets.py b/scripts/http_host/download_assets.py index 245cbae..446dadb 100755 --- a/scripts/http_host/download_assets.py +++ b/scripts/http_host/download_assets.py @@ -92,6 +92,7 @@ def download_file(url, local_file): '--split=8', '--max-connection-per-server=8', '--file-allocation=none', + '--min-split-size=1M', '-d', local_file.parent, '-o',