fix comment typo

pull/1752/head^2
Leo Bayer 1 year ago
parent 53459ab55a
commit 2883f84654

@ -1046,7 +1046,7 @@ public class HikariConfig implements HikariConfigMXBean
maxLifetime = MAX_LIFETIME;
}
// keepalive time must larger then 30 seconds
// keepalive time must larger than 30 seconds
if (keepaliveTime != 0 && keepaliveTime < SECONDS.toMillis(30)) {
LOGGER.warn("{} - keepaliveTime is less than 30000ms, disabling it.", poolName);
keepaliveTime = DEFAULT_KEEPALIVE_TIME;

Loading…
Cancel
Save