Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
func
DefaultFailOverConfig() *FailOverConfig {
76
return
&FailOverConfig{
77
PingIntervalSeconds: 3,
78
MaxPingCount: 5,
79
}
80
}
81
82
func
Default() *Config {
83
c := &Config{
Callers
1
Default
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected