From bc6a57ce329d831c42b5d9acf80964e2e9a57163 Mon Sep 17 00:00:00 2001 From: Haidara Mohamed El Mouctar Date: Wed, 21 Jun 2017 16:41:56 +0200 Subject: [PATCH] [Docs] Add documentation for max_idle_conn and max_open_conn (#8675) --- docs/sources/installation/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 20f191b26e1..943916410b5 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -203,6 +203,12 @@ For MySQL, use either `true`, `false`, or `skip-verify`. (MySQL only) The common name field of the certificate used by the `mysql` server. Not necessary if `ssl_mode` is set to `skip-verify`. +### max_idle_conn +The maximum number of connections in the idle connection pool. + +### max_open_conn +The maximum number of open connections to the database. +
## [security]