This commit is contained in:
Laura Bennett 2016-07-20 15:46:13 -04:00
commit f308e3033c

View File

@ -161,6 +161,15 @@ the default on versions prior to that.
</li>
</ul>
</dd>
<dd>
<ul>
<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.
</li>
</ul>
</dd>
<dd>
<ul>
<li>