Update mssql.html.md

This commit is contained in:
Brian Kassouf 2017-05-04 17:55:30 -07:00 committed by GitHub
parent 0a8ee02065
commit 913a112681
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ has a number of parameters to further configure a connection.
### Parameters
- `connection_url` `(string: <required>)` - Specifies the MSSQL 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`