修改等待时长为2s

This commit is contained in:
2025-12-12 11:37:12 +08:00
parent 5feede6030
commit 08e43d1a3f

View File

@@ -23,7 +23,7 @@ progress_cache_file = "progress.json"
# [配置] 心跳间隔(秒)
# 警告:建议设置在 60 秒以上,过快的心跳可能面临风险!
HEARTBEAT_INTERVAL = 0
HEARTBEAT_INTERVAL = 2
# [配置] 每次心跳增加的进度时间(秒)
ADD_TIME = 120