mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #1033 from jaffee/memberlist-wan-0.8
change gossip config from memberlist.DefaultLocalConfig to memberlist…
This commit is contained in:
commit
86a166fcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ func NewGossipNodeSet(name string, gossipHost string, gossipPort int, gossipSeed
|
|||
|
||||
//TODO: pull memberlist config from pilosa.cfg file
|
||||
g.config = &gossipConfig{
|
||||
memberlistConfig: memberlist.DefaultLocalConfig(),
|
||||
memberlistConfig: memberlist.DefaultWANConfig(),
|
||||
gossipSeed: gossipSeed,
|
||||
}
|
||||
g.config.memberlistConfig.Name = name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue