Constant mz_persist_client::cfg::CONSENSUS_CONNECTION_POOL_TTL

source ยท
const CONSENSUS_CONNECTION_POOL_TTL: Config<Duration>;
Expand description

The minimum TTL of a connection to Postgres/CRDB before it is proactively terminated. Connections are routinely culled to balance load against the downstream database.