chore: update comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Constrat
2025-08-07 17:06:21 +02:00
committed by GitHub
parent a6a4c2c934
commit 40fd94d40d

View File

@@ -106,7 +106,7 @@ class Downloader:
def file_download(download_url_list, download_path, request_proxies=None):
chunksize = 4 * 1024 * 1024 # 分片大小1MB
chunksize = 4 * 1024 * 1024 # 分片大小4MB
max_conn = 4 # 最大连接数
# 创建对象
downloader = Downloader(download_url_list, chunksize, max_conn, use_proxies=request_proxies)