Skip to content

Commit

Permalink
Revert to offical aria2
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Apr 25, 2022
1 parent 7dedfc9 commit 9acabf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/aria2/aria2_chs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ max-concurrent-downloads=10

# 单服务器最大连接线程数, 任务添加时可指定, 默认:1
# 最大值为 16, 且受限于单任务最大连接线程数(split)所设定的值。
max-connection-per-server=32
max-connection-per-server=16

# 单任务最大连接线程数, 任务添加时可指定, 默认:5
split=64
Expand Down
2 changes: 1 addition & 1 deletion content/aria2/aria2_en.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ timeout=10
max-concurrent-downloads=10

# The maximum number of connections to one server for each download.
max-connection-per-server=32
max-connection-per-server=16

# Download a file using N connections.
split=64
Expand Down

0 comments on commit 9acabf7

Please sign in to comment.