fix: 增加调试输出并调整健康检查超时时间

在配置加载时添加调试信息输出,方便排查问题
将健康检查的超时时间从2秒延长至60秒,避免因网络延迟导致误判
This commit is contained in:
cnphpbb
2025-09-11 21:54:55 +08:00
parent 8333ccdea9
commit 45d8181205
2 changed files with 9 additions and 1 deletions

5
.gitignore vendored
View File

@@ -21,3 +21,8 @@ logs/
mcp_server_go/go.sum
mcp_server_go/mcp_server_go
crontab/smartctl_log
crontab/debug_*.py
crontab/test_*.py
crontab/test*.py
g-b/*
.gitignore