This commit is contained in:
zlzw 2024-11-29 11:23:46 +08:00
parent 59a6641d50
commit 31dd9cf1a1

View File

@ -14,7 +14,7 @@ public class ApplicationTime {
LiveVideoDownloadService videoService; LiveVideoDownloadService videoService;
@Resource @Resource
LiveDanmuService danmuService; LiveDanmuService danmuService;
@Scheduled(cron = "1 0 * * * *") @Scheduled(cron = "1 0 0 * * *")
public void reset(){ public void reset(){
videoService.clearUserStopList(); videoService.clearUserStopList();
danmuService.clearUserList(); danmuService.clearUserList();