From af7d948ba503f7b80dd29564684f19e6ee8ece3a Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Fri, 6 Dec 2013 11:36:20 +0900 Subject: [PATCH] Update default value for acquireIncrement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832ba0f2..96eadc73 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ the DataSource and DataSource properties). ``acquireIncrement``
This property controls the maximum number of connections that are acquired at one time, with -the exception of pool initialization. *Default: 5* +the exception of pool initialization. *Default: 1* ``acquireRetries``
This is a per-connection attempt retry count used during new connection creation (acquisition).