配置更新时立即向集群节点发消息

This commit is contained in:
GoEdgeLab
2020-10-09 12:03:43 +08:00
parent 42fa7e24e8
commit 5a8194be6a
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ func init() {
go NewNodeLogCleaner().Start()
}
// 清理节点日志的工具
type NodeLogCleaner struct {
duration time.Duration
}