From 6b75f6de9c556a98727c98da3304940341df40b7 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 10 Dec 2014 12:43:49 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 645ad1f4..7574519e 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ this timeout. A value of 0 means that idle connections are never removed from t :watch:``maxLifetime``
This property controls the maximum lifetime of a connection in the pool. When a connection reaches this timeout it will be retired from the pool, subject to a maximum variation of +30 -seconds, and average variation of +15 seconds.. An in-use connection will never be retired, +seconds, and average variation of +15 seconds. An in-use connection will never be retired, only when it is closed will it then be removed. We strongly recommend setting this value, and using something reasonable like 30 minutes or 1 hour. A value of 0 indicates no maximum lifetime (infinite lifetime), subject of course to the ``idleTimeout`` setting.