mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: update comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user