心跳掉线判定超时从10分钟调成1小时

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
陈世睿
2026-07-02 21:05:32 +08:00
parent 4512b6ecac
commit 6a509d3889
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ JG_REQUEST_TIMEOUT_SEC=15
# ===== 无障碍保护存活监控(pull 后置检测;本期不接推送)=====
HEARTBEAT_MONITOR_ENABLED=true
HEARTBEAT_TIMEOUT_MINUTES=10
HEARTBEAT_TIMEOUT_MINUTES=60
HEARTBEAT_SCAN_INTERVAL_SEC=60
# ===== 短信 (mock 模式) =====