chore: add configurable thread count
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
workers = 4 # 同时下载文件数
|
||||
retry = 3 # 下载失败重试次数
|
||||
threads = 4 # 单个任务下载最大线程数
|
||||
|
||||
[telegram]
|
||||
# Bot Token
|
||||
|
||||
Reference in New Issue
Block a user