缩短监控数据清理时间为2天

This commit is contained in:
GoEdgeLab
2021-12-06 10:15:32 +08:00
parent 4f129fa49f
commit e720e8a25b
2 changed files with 4 additions and 4 deletions

View File

@@ -39,5 +39,5 @@ func (this *MonitorItemValueTask) Start() {
}
func (this *MonitorItemValueTask) Loop() error {
return models.SharedNodeValueDAO.DeleteExpiredValues(nil)
return models.SharedNodeValueDAO.Clean(nil)
}