Constant mysql_async::DEFAULT_INACTIVE_CONNECTION_TTL
source · pub const DEFAULT_INACTIVE_CONNECTION_TTL: Duration;
Expand description
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.