定时删除过期录像的时间设置

pull/1242/head
648540858 2023-11-21 14:32:35 +08:00
parent c98ef23b98
commit db24f49275
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ public class CloudRecordTimer {
/**
*
*/
@Scheduled(fixedRate = 5000) //每五秒执行一次,方便测试
// @Scheduled(cron = "0 0 0 * * ?") //每天的0点执行
// @Scheduled(fixedRate = 5000) //每五秒执行一次,方便测试
@Scheduled(cron = "0 0 0 * * ?") //每天的0点执行
public void execute(){
logger.info("[录像文件定时清理] 开始清理过期录像文件");
// 获取配置了assist的流媒体节点