Commit ee8c9ae7 authored by 刘基明's avatar 刘基明

Merge branch 'bugfix_1208' into 'dev'

降低缓存刷新频率

See merge request !26
parents 1b7f6339 825b06c8
......@@ -40,7 +40,7 @@ public class ConJobManager {
/**
* 定时统计主题、话题排行
*/
@Scheduled(cron = "10 */2 * * * ?")
@Scheduled(cron = "10 0/2 * * * ?")
public void themeRank() {
rankService.rankThemes();
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