@
s82kd92l #6 仔细理解那几个配置了没?
1. 同时下载任务数,比如同时下载 a,b,c 三个文件(批量下载)
-j, --max-concurrent-downloads=<N>
> Set the maximum number of parallel downloads for every queue item. Default: 5
2. 两个影响每个文件分多少线程下载的参数
-k, --min-split-size=<SIZE>
文件分片大小 Default: 20M
-s, --split=<N>
> Download a file using N connections. Default: 5
3. -x, --max-connection-per-server=<NUM>
> The maximum number of connections to one server for each download. Default: 1