From 311fb99f357579c0e9c37f1c0350e319607b8d32 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Wed, 17 Jul 2019 17:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=B8=8B=E8=BD=BD=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=B9=B6=E5=8F=91=E5=92=8C=E4=B8=8B=E8=BD=BD=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E7=9A=84=E8=AE=BE=E7=BD=AE=E8=AF=B4=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 来上传文件: