From 20cc43bf18d3f6ea3f46a051b4b9928d3c564aa8 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 4 May 2017 17:55:50 -0700 Subject: [PATCH] Update mysql-maria.html.md --- website/source/api/secret/databases/mysql-maria.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/secret/databases/mysql-maria.html.md b/website/source/api/secret/databases/mysql-maria.html.md index 981506798..b4657eaa6 100644 --- a/website/source/api/secret/databases/mysql-maria.html.md +++ b/website/source/api/secret/databases/mysql-maria.html.md @@ -25,8 +25,8 @@ has a number of parameters to further configure a connection. ### Parameters - `connection_url` `(string: )` - Specifies the MySQL DSN. -- `max_open_connections` `(int: 2)` - Speficies the name of the plugin to use - for this connection. +- `max_open_connections` `(int: 2)` - Specifies the maximum number of open + connections to the database. - `max_idle_connections` `(int: 0)` - Specifies the maximum number of idle connections to the database. A zero uses the value of `max_open_connections`