mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge pull request #1032 from travisturner/memberlist-wan-config
change gossip config from DefaultLocalConfig to DefaultWANConfig
This commit is contained in:
commit
776dc79050
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ func NewGossipNodeSet(name string, gossipHost string, gossipPort int, gossipSeed
|
|||
LogOutput: server.LogOutput,
|
||||
}
|
||||
|
||||
conf := memberlist.DefaultLocalConfig()
|
||||
conf := memberlist.DefaultWANConfig()
|
||||
conf.BindPort = gossipPort
|
||||
conf.AdvertisePort = gossipPort
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue