Minor cleanup.

2.3.0
Brett Wooldridge 10 years ago
parent b9edd7de18
commit 6b63583b0e

@ -158,7 +158,7 @@ public abstract class BaseHikariPool implements HikariPoolMBean, IBagStateListen
this.leakTask = (configuration.getLeakDetectionThreshold() == 0) ? LeakTask.NO_LEAK : new LeakTask(configuration.getLeakDetectionThreshold(), houseKeepingExecutorService);
setRemoveOnCancelPolicy(houseKeepingExecutorService);
poolUtils.setLoginTimeout(dataSource, connectionTimeout, LOGGER);
poolUtils.setLoginTimeout(dataSource, connectionTimeout);
registerMBeans(configuration, this);
fillPool();
}

Loading…
Cancel
Save