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

add connection idle timeout #37

Closed robx closed 1 year ago

robx commented 1 year ago

This implements a connection idle timeout, as outlined in #29.

nikita-volkov commented 1 year ago

Great! Nice work :)