Commit a6199f9a by 李传峰

feat:[none] 增加定时清理druid统计数据任务

parent c611d8b9
...@@ -27,6 +27,6 @@ class DruidStatsResetManager { ...@@ -27,6 +27,6 @@ class DruidStatsResetManager {
LOGGER.info("druid stats data reset all executed completed."); LOGGER.info("druid stats data reset all executed completed.");
}, 30, 30, TimeUnit.MINUTES); }, 5, 5, TimeUnit.MINUTES);
} }
} }
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