update
This commit is contained in:
@@ -14,7 +14,7 @@ public class ApplicationTime {
|
||||
LiveVideoDownloadService videoService;
|
||||
@Resource
|
||||
LiveDanmuService danmuService;
|
||||
@Scheduled(cron = "1 0 * * * *")
|
||||
@Scheduled(cron = "1 0 0 * * *")
|
||||
public void reset(){
|
||||
videoService.clearUserStopList();
|
||||
danmuService.clearUserList();
|
||||
|
||||
Reference in New Issue
Block a user