Commit 953f2cdc by 303514581@qq.com

2019/1/2 消息流频率减低

parent d2bf1324
...@@ -61,7 +61,7 @@ public class ES4RedisRunner implements ApplicationRunner { ...@@ -61,7 +61,7 @@ public class ES4RedisRunner implements ApplicationRunner {
log.error("主定时器异常{}{}",e.getMessage(),e.getStackTrace()); log.error("主定时器异常{}{}",e.getMessage(),e.getStackTrace());
} }
} }
}, 100L, 50 * 1000L); }, 60*1000L, 50 * 1000L);
......
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