maxLifetime property

Duration? maxLifetime
final

A connection is closed when it exceeds this lifetime (checked on return to the pool). null disables lifetime eviction.

Implementation

final Duration? maxLifetime;