nikita-volkov / hasql-pool

A pool of connections for Hasql
http://hackage.haskell.org/package/hasql-pool
MIT License
17 stars 15 forks source link

Close connection before bumping pool capacity (fixes #30) #31

Closed robx closed 1 year ago

robx commented 1 year ago

This should address #30, ensuring that the number of open connections can't exceed the pool limit.