summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-04-21 15:59:30 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-05-06 13:25:47 +0300
commitec282d1d6295259d56af5e9d58cc62dac94b1f77 (patch)
tree9a24507ac7e2cf5098fc081c75d2d3bdd8073707
parent2ccd97c3afdc26e93e9e1b9a9e58f6d074fc9a67 (diff)
update defaults in docs
-rw-r--r--docs/configuration/cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index e7a9b8836..ae84a8b7d 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -398,8 +398,8 @@ For big instances it's recommended to increase `max_connections` up to 500-1000.
* `:checkin_timeout` - timeout to checkin connection from pool. Default: 250ms.
* `:max_connections` - maximum number of connections in the pool. Default: 250 connections.
-* `:max_idle_time` - maximum of time, while connection can be idle. Default: 10 minutes.
-* `:closing_idle_conns_interval` - interval between cleaning pool from idle connections. Default: 10 minutes.
+* `:max_idle_time` - maximum of time in minutes, while connection can be idle. Default: 5 minutes.
+* `:closing_idle_conns_interval` - interval between cleaning pool in minutes from idle connections. Default: 5 minutes.
* `:retry` - number of retries, while `gun` will try to reconnect if connection goes down. Default: 1.
* `:retry_timeout` - time between retries when `gun` will try to reconnect in milliseconds. Default: 1000ms.
* `:await_up_timeout` - timeout while `gun` will wait until connection is up. Default: 5000ms.