Commit 75ba6ebe by 胡青青

feat:[none]添加热点key采集日志,增长快类型key日志,修改日志刷新评率

parent 82a53d5a
...@@ -50,7 +50,7 @@ public class JedisClusterAspect { ...@@ -50,7 +50,7 @@ public class JedisClusterAspect {
while (true) { while (true) {
BufferedWriter out = null; BufferedWriter out = null;
try { try {
Thread.sleep(60 * 1000); Thread.sleep(60*60 * 1000);
tempMap = solfDistributedMap; tempMap = solfDistributedMap;
solfDistributedMap.clear(); solfDistributedMap.clear();
String fileName = "hotkey" + DateUtils.getYmdHmsTime() + ".log"; String fileName = "hotkey" + DateUtils.getYmdHmsTime() + ".log";
......
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