补充下载最大并发和下载缓存的设置说明。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-17 17:16:39 +08:00
parent 6f7c491635
commit 311fb99f35
1 changed files with 12 additions and 0 deletions

View File

@ -117,6 +117,18 @@ mv <from> <to>
> locate <file1> <file2> ... > locate <file1> <file2> ...
``` ```
设置下载最大并发量建议50~500
```sh
> config set -max_parallel=<max_parallel>
```
设置下载缓存载最大并发量设置为100, 下载缓存为100000则程序需要100*100000/1024/1024 MB = 9.5367 MB:
```sh
> config set -cache_size=<cache_size>
```
## 上传文件/目录 ## 上传文件/目录
使用 upload 或简写的 u 来上传文件: 使用 upload 或简写的 u 来上传文件: