-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
755 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#允许rpc | ||
enable-rpc=true | ||
#允许非外部访问 | ||
rpc-listen-all=true | ||
|
||
#最大同时下载数(任务数), 路由建议值: 3 | ||
max-concurrent-downloads=3 | ||
#断点续传 | ||
continue=true | ||
#同服务器连接数 | ||
max-connection-per-server=10 | ||
#最小文件分片大小, 下载线程数上限取决于能分出多少片, 对于小文件重要 | ||
min-split-size=10M | ||
#单文件最大线程数, 路由建议值: 5 | ||
split=10 | ||
#下载速度限制 | ||
max-overall-download-limit=0 | ||
#单文件速度限制 | ||
max-download-limit=0 | ||
#上传速度限制 | ||
max-overall-upload-limit=0 | ||
#单文件速度限制 | ||
max-upload-limit=0 | ||
|
||
check-certificate=false |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.