minor formatting edits

This commit is contained in:
Laura Bennett 2016-07-20 14:42:52 -04:00 committed by GitHub
parent dba466f50e
commit 422dcc8f25
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ allowed to read.
<li>
<span class="param">max_idle_connections</span>
<span class="param-flags">optional</span>
Maximum number of idle connections to the database. A zero uses the value of max_open_connections and a negative value disables idle connections. If larger than max_open_connections it will be reduced to be equal.
Maximum number of idle connections to the database. A zero uses the value of `max_open_connections` and a negative value disables idle connections. If larger than `max_open_connections` it will be reduced to be equal.
</li>
</ul>
</dd>