Commit 6c586ee7 by 王祖波

Merge branch 'feature-content7' into 'master'

holo超时配置

See merge request !1690
parents 1fd59b5a 4a854ace
......@@ -32,6 +32,7 @@ public class HoloDataSource implements InitializingBean, DisposableBean {
holoConfig.setJdbcUrl(holoUrl);
holoConfig.setUsername(holoUserName);
holoConfig.setPassword(holoPassword);
holoConfig.setConnectionMaxIdleMs(13000);
this.client = new HoloClient(holoConfig);
this.client.setAsyncCommit(false);
log.info("holo链接初始化完成");
......
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