From 2e24d8425f0a736ea6d1a7ff2c290278fff6d5bd Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 4 Feb 2015 13:06:28 +0900 Subject: [PATCH] Fix #252 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d33930a1..8b264c81 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ It is a boolean value. ⌚``connectionTimeout``
This property controls the maximum number of milliseconds that a client (that's you) will wait for a connection from the pool. If this time is exceeded without a connection becoming -available, a SQLException will be thrown. 100ms is the minimum value. +available, a SQLException will be thrown. 1000ms is the minimum value. *Default: 30000 (30 seconds)* ⌚``idleTimeout``