update
This commit is contained in:
parent
59a6641d50
commit
31dd9cf1a1
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user