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

Method crdb_tcp_user_timeout

src/sql/src/session/vars.rs:1947–1951  ·  view source on GitHub ↗

Returns the `crdb_tcp_user_timeout` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

1945
1946 /// Returns the `crdb_tcp_user_timeout` configuration parameter.
1947 pub fn crdb_tcp_user_timeout(&self) -> Duration {
1948 *self.expect_config_value(UncasedStr::new(
1949 mz_persist_client::cfg::CRDB_TCP_USER_TIMEOUT.name(),
1950 ))
1951 }
1952
1953 /// Returns the `crdb_keepalives_idle` configuration parameter.
1954 pub fn crdb_keepalives_idle(&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