const CRDB_CONNECT_TIMEOUT: ServerVar<Duration>;
Expand description

Controls the connection timeout to Cockroach.

Used by persist as mz_persist_client::cfg::DynamicConfig::consensus_connect_timeout.