Commit 7082606a by 王祖波

key

parent c781eaeb
......@@ -56,7 +56,7 @@ public class HoloDataSource implements InitializingBean, DisposableBean {
}
TraceIdUtil.traceBegin(TraceIdUtil.EntranceType.QUARTZ);
log.info("监听刷新holo");
ConfigChange connectionMaxIdleMsChange = changeEvent.getChange("connectionMaxIdleMs");
ConfigChange connectionMaxIdleMsChange = changeEvent.getChange("holo.connectionMaxIdleMs");
if ((connectionMaxIdleMsChange != null && connectionMaxIdleMsChange.getNewValue() != null)) {
init();
}
......
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