MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / DefaultFailOverConfig

Function DefaultFailOverConfig

config/config.go:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func DefaultFailOverConfig() *FailOverConfig {
76 return &FailOverConfig{
77 PingIntervalSeconds: 3,
78 MaxPingCount: 5,
79 }
80}
81
82func Default() *Config {
83 c := &Config{

Callers 1

DefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected