Commit 4b2437a7 authored by 刘基明's avatar 刘基明

测试环境提升刷新频率

parent 707450f6
...@@ -44,7 +44,7 @@ public class ConJobManager { ...@@ -44,7 +44,7 @@ public class ConJobManager {
/** /**
* 定时统计主题、话题排行 * 定时统计主题、话题排行
*/ */
@Scheduled(cron = "10 0/2 * * * ?") @Scheduled(cron = "0/30 * * * * ?")
public void themeRank() { public void themeRank() {
rankService.rankThemes(); rankService.rankThemes();
rankService.rankTopics(); rankService.rankTopics();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment