default max_pool_size to 0 = unlimited

This commit is contained in:
Brian J. Cardiff 2016-10-21 21:49:16 -03:00 committed by Brian J. Cardiff
parent 79ec638de4
commit cd10dabba2
6 changed files with 19 additions and 7 deletions

View file

@ -1,5 +1,7 @@
## (unreleased)
* Changed default connection pool size limit is now 0 (unlimited).
* Fixed allow new connections right away if pool can be increased
## v0.2.0 (2016-10-20)