Skip to content

Commit 702d791

Browse files
authored
docs: add maxConcurrency comment (#755)
Signed-off-by: Jim Ma <[email protected]>
1 parent 8f72ca8 commit 702d791

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/en/deployment/configuration/dfget.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ proxy:
202202
insecure: true
203203
# optional certificates if the host uses self-signed certificates
204204
certs: []
205-
205+
# max tasks to download same time, 0 is no limit
206+
maxConcurrency: 0
206207
whiteList:
207208
# the host of the whitelist
208209
- host: ""

docs/zh-CN/config/dfget.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ proxy:
193193
insecure: true
194194
# 可选:对端证书
195195
certs: []
196+
# 同时下载任务数, 0 代表不限制
197+
maxConcurrency: 0
196198
# 白名单,如果设置了,仅白名单内可以走代理,其他的都拒绝
197199
whiteList:
198200
# 主机信息

0 commit comments

Comments
 (0)