idleTimeout property

Duration get idleTimeout

If a connection has not been used for this ammount of time and there are more than the minimum number of connections in the pool, then this connection will be closed. Defaults to 10 minutes.

Implementation

Duration get idleTimeout;