no message

This commit is contained in:
sk 2024-12-27 18:00:27 +08:00
parent a6b93bceb5
commit ef964f7ec7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func StartMonitor() {
}() }()
return true return true
}), nil, time.Second*10, -1) }), nil, time.Minute*5, -1)
} }
// 保存变量到文件(覆盖方式) // 保存变量到文件(覆盖方式)