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

This commit is contained in:
刘祥超
2021-12-06 10:15:32 +08:00
parent ff0e89aa5f
commit b3280ee290
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)
}