Update README.md

Specified value of leakDetectionThreshold must be >= 10secs
pull/84/head
georgeangeletos 11 years ago
parent cf8bb4ff8d
commit 3705923e89

@ -109,7 +109,8 @@ is disabled. While the default is 0, and other connection pool implementations
leak detection is "not for production" as it imposes a high overhead, at least in the case
of HikariCP the imposed overhead is only 5μs (*microseconds*) split between getConnection()
and close(). Maybe other pools are doing it wrong, but feel free to use leak detection under
HikariCP in production environments if you wish. *Default: 0*
HikariCP in production environments if you wish. Lowest acceptable value for enabling leak
detection is 10000 (10 secs). *Default: 0*
:negative_squared_cross_mark:``initializationFailFast``<br/>
This property controls whether the pool will "fail fast" if the pool cannot be seeded with

Loading…
Cancel
Save