diff --git a/Software/Application/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md b/Software/Application/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md index e91d0f8..d19094b 100644 --- a/Software/Application/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md +++ b/Software/Application/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md @@ -117,6 +117,18 @@ mv > locate ... ``` +设置下载最大并发量(建议50~500): + +```sh +> config set -max_parallel= +``` + +设置下载缓存(载最大并发量设置为100, 下载缓存为100000,则程序需要100*100000/1024/1024 MB = 9.5367 MB): + +```sh +> config set -cache_size= +``` + ## 上传文件/目录 使用 upload 或简写的 u 来上传文件: