From b9b68e4d2fc61972714dde45be7d9e668094578e Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 3 May 2018 01:25:32 +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 0238194b1..f5d4d2356 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ of 0 means that idle connections are never removed from the pool. The minimum a This property controls the maximum lifetime of a connection in the pool. An in-use connection will never be retired, only when it is closed will it then be removed. On a connection-by-connection basis, minor negative attenuation is applied to avoid mass-extinction in the pool. **We strongly recommend -setting this value, and it should be at least 30 seconds less than any database or infrastructure imposed +setting this value, and it should be several seconds shorter than any database or infrastructure imposed connection time limit.** A value of 0 indicates no maximum lifetime (infinite lifetime), subject of course to the ``idleTimeout`` setting. *Default: 1800000 (30 minutes)*