MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / crdb_connect_timeout

Method crdb_connect_timeout

src/sql/src/session/vars.rs:1940–1944  ·  view source on GitHub ↗

Returns the `crdb_connect_timeout` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

1938
1939 /// Returns the `crdb_connect_timeout` configuration parameter.
1940 pub fn crdb_connect_timeout(&self) -> Duration {
1941 *self.expect_config_value(UncasedStr::new(
1942 mz_persist_client::cfg::CRDB_CONNECT_TIMEOUT.name(),
1943 ))
1944 }
1945
1946 /// Returns the `crdb_tcp_user_timeout` configuration parameter.
1947 pub fn crdb_tcp_user_timeout(&self) -> Duration {

Callers 1

timestamp_oracle_configFunction · 0.80

Calls 2

expect_config_valueMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected