From 2810c1aee72ae0e6007022485ff605f2a14ef1f4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 9 Dec 2014 13:58:53 +0900 Subject: [PATCH] Updates for 2.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a87dc93..7dad3337 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _Java 8 maven artifact:_ com.zaxxer HikariCP - 2.2.5 + 2.3.0 compile ``` @@ -22,7 +22,7 @@ _Java 6 and Java 7 maven artifact:_ com.zaxxer HikariCP-java6 - 2.2.5 + 2.3.0 compile ``` @@ -239,7 +239,7 @@ class such as ``TRANSACTION_READ_COMMITTED``, ``TRANSACTION_REPEATABLE_READ``, e :watch:``leakDetectionThreshold``
This property controls the amount of time that a connection can be out of the pool before a message is logged indicating a possible connection leak. A value of 0 means leak detection -is disabled. Lowest acceptable value for enabling leak detection is 10000 (10 secs). +is disabled. Lowest acceptable value for enabling leak detection is 2000 (2 secs). *Default: 0* :arrow_right:``dataSource``