Skip to content

Commit

Permalink
docs: add maxConcurrency comment (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Ma <[email protected]>
  • Loading branch information
jim3ma authored Oct 26, 2021
1 parent 8f72ca8 commit 702d791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/deployment/configuration/dfget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ proxy:
insecure: true
# optional certificates if the host uses self-signed certificates
certs: []

# max tasks to download same time, 0 is no limit
maxConcurrency: 0
whiteList:
# the host of the whitelist
- host: ""
Expand Down
2 changes: 2 additions & 0 deletions docs/zh-CN/config/dfget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ proxy:
insecure: true
# 可选:对端证书
certs: []
# 同时下载任务数, 0 代表不限制
maxConcurrency: 0
# 白名单,如果设置了,仅白名单内可以走代理,其他的都拒绝
whiteList:
# 主机信息
Expand Down

0 comments on commit 702d791

Please sign in to comment.