mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Add back example settings
This commit is contained in:
parent
dbe917c9f4
commit
3bba35236f
1 changed files with 3 additions and 0 deletions
|
|
@ -189,6 +189,9 @@ func NewConfig() *Config {
|
|||
c.Cluster.LongQueryTime = Duration(time.Minute)
|
||||
|
||||
// Gossip config.
|
||||
// c.Gossip.Port = ""
|
||||
// c.Gossip.Seeds = []string{}
|
||||
// c.Gossip.Key = ""
|
||||
c.Gossip.StreamTimeout = Duration(DefaultGossipStreamTimeout)
|
||||
c.Gossip.SuspicionMult = DefaultGossipSuspicionMult
|
||||
c.Gossip.PushPullInterval = Duration(DefaultGossipPushPullInterval)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue