From f3c7010930f1371042ed7faafaec7a3ece06166e Mon Sep 17 00:00:00 2001 From: Hachi-R Date: Sun, 13 Apr 2025 20:39:04 -0300 Subject: [PATCH] fix: increase chunk size for better download performance --- python_rpc/http_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_rpc/http_downloader.py b/python_rpc/http_downloader.py index b61688fc..63c6e914 100644 --- a/python_rpc/http_downloader.py +++ b/python_rpc/http_downloader.py @@ -14,7 +14,7 @@ class HttpDownloader: cmd.append(url) cmd.extend([ - "--chunk-size", "10", + "--chunk-size", "42", "--buffer-size", "16", "--force-download", "--log",