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

This commit is contained in:
刘祥超
2020-10-09 12:03:43 +08:00
parent b8499e42d4
commit 8a5fa81c5a
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
}