Document minium value for maxLifetime property (#1579)

See a51e6a07e8/src/main/java/com/zaxxer/hikari/HikariConfig.java (L1016-L1019)
pull/1581/head
Jan Mewes 5 years ago committed by GitHub
parent e60e605c2c
commit a19b2bff85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,7 +173,7 @@ never be retired, only when it is closed will it then be removed. On a connecti
basis, minor negative attenuation is applied to avoid mass-extinction in the pool. **We strongly recommend basis, minor negative attenuation is applied to avoid mass-extinction in the pool. **We strongly recommend
setting this value, and it should be several seconds shorter than any database or infrastructure imposed setting this value, and it should be several seconds shorter than any database or infrastructure imposed
connection time limit.** A value of 0 indicates no maximum lifetime (infinite lifetime), subject of connection time limit.** A value of 0 indicates no maximum lifetime (infinite lifetime), subject of
course to the ``idleTimeout`` setting. course to the ``idleTimeout`` setting. The minimum allowed value is 30000ms (30 seconds).
*Default: 1800000 (30 minutes)* *Default: 1800000 (30 minutes)*
&#128288;``connectionTestQuery``<br/> &#128288;``connectionTestQuery``<br/>

Loading…
Cancel
Save