mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-02 06:00:45 +08:00
chore: add configurable thread count
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
workers = 4 # 同时下载文件数
|
workers = 4 # 同时下载文件数
|
||||||
retry = 3 # 下载失败重试次数
|
retry = 3 # 下载失败重试次数
|
||||||
|
threads = 4 # 单个任务下载最大线程数
|
||||||
|
|
||||||
[telegram]
|
[telegram]
|
||||||
# Bot Token
|
# Bot Token
|
||||||
|
|||||||
Reference in New Issue
Block a user