mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[Docs] Add documentation for max_idle_conn and max_open_conn (#8675)
This commit is contained in:
parent
2479e51a6b
commit
bc6a57ce32
@ -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`.
|
(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.
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
## [security]
|
## [security]
|
||||||
|
Loading…
Reference in New Issue
Block a user