mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 10:40:25 +08:00
缩短监控数据清理时间为2天
This commit is contained in:
@@ -39,5 +39,5 @@ func (this *MonitorItemValueTask) Start() {
|
||||
}
|
||||
|
||||
func (this *MonitorItemValueTask) Loop() error {
|
||||
return models.SharedNodeValueDAO.DeleteExpiredValues(nil)
|
||||
return models.SharedNodeValueDAO.Clean(nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user