Merge pull request #1747 from fcrisciani/memberlist_version
Remove explicit set of memberlist protocol
This commit is contained in:
commit
f23959bf90
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ func (nDB *NetworkDB) clusterInit() error {
|
|||
config.BindPort = nDB.config.BindPort
|
||||
}
|
||||
|
||||
config.ProtocolVersion = memberlist.ProtocolVersionMax
|
||||
config.ProtocolVersion = memberlist.ProtocolVersion2Compatible
|
||||
config.Delegate = &delegate{nDB: nDB}
|
||||
config.Events = &eventDelegate{nDB: nDB}
|
||||
// custom logger that does not add time or date, so they are not
|
||||
|
|
Loading…
Add table
Reference in a new issue