Docs and changelog

This commit is contained in:
Joe Nelson
2015-12-05 19:59:30 -08:00
parent 598b2bfbda
commit e88fa7db31
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -92,6 +92,10 @@ The possible flags are:
<dd>Max connections to use in db pool. Defaults to to 10, but you
should find an optimal value for your db by running the SQL
command <code>show max_connections;</code></dd>
<dt>-m, --max-rows</dt>
<dd>Max number of rows to return in a read request. The default is
no limit.</dd>
</dl>
<div class="admonition note">