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

Method crdb_keepalives_interval

src/sql/src/session/vars.rs:1961–1965  ·  view source on GitHub ↗

Returns the `crdb_keepalives_interval` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

1959
1960 /// Returns the `crdb_keepalives_interval` configuration parameter.
1961 pub fn crdb_keepalives_interval(&self) -> Duration {
1962 *self.expect_config_value(UncasedStr::new(
1963 mz_persist_client::cfg::CRDB_KEEPALIVES_INTERVAL.name(),
1964 ))
1965 }
1966
1967 /// Returns the `crdb_keepalives_retries` configuration parameter.
1968 pub fn crdb_keepalives_retries(&self) -> u32 {

Callers 1

timestamp_oracle_configFunction · 0.80

Calls 2

expect_config_valueMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected