[][src]Constant mysql_async::DEFAULT_INACTIVE_CONNECTION_TTL

pub const DEFAULT_INACTIVE_CONNECTION_TTL: Duration;

Default inactive_connection_ttl of a pool.

0 value means, that connection will be dropped immediately if it is outside of the pool's lower bound.