Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
14a7d8d1048b31ee53563afd9b0b8ac4e499d7fd
Authored by
徐近程
2020-06-29 14:04:16 +0800
1 parent
e1f41cf0
update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/AudioJob.java
src/main/java/com/cnlive/shenhe/job/AudioJob.java
View file @
14a7d8d
...
...
@@ -53,7 +53,7 @@ public class AudioJob {
53
53
/**
54
54
* 定时向易盾发送点播音频进行检测
55
55
*/
56
- @Scheduled(cron = "0 0
0/1 * * ?")//每小时
执行一次
56
+ @Scheduled(cron = "0 0
/5 * * * ?")//每五分钟
执行一次
57
57
public void audioFilter() {
58
58
ShyAudio shyAudio = new ShyAudio();
59
59
//审核类型为机审
...
...