Commit fa8d3ea3678f1f67ba72e04e0820fd6c68a629f2
1 parent
3f18a1f373
Exists in
master
推送文章30S/推
Showing 1 changed file with 1 additions and 2 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushArticleTask.java
View file @
fa8d3ea
... | ... | @@ -33,8 +33,7 @@ |
33 | 33 | @Autowired |
34 | 34 | private LymsDictService lymsDictService; |
35 | 35 | |
36 | -// @Scheduled(initialDelay=10000, fixedRate=60000*10) | |
37 | - @Scheduled(initialDelay=10000, fixedRate=10000) | |
36 | + @Scheduled(initialDelay=10000, fixedRate=30000) | |
38 | 37 | public void pushArtcle(){ |
39 | 38 | |
40 | 39 | Map<String,Object> param=new HashMap<>(); |