mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
Remove todo because there is no serf version 5
This commit is contained in:
@@ -34,7 +34,7 @@ var protocolVersionMap map[uint8]uint8
|
||||
|
||||
func init() {
|
||||
protocolVersionMap = map[uint8]uint8{
|
||||
1: 4, // TODO change this back to 5 when serf is ready
|
||||
1: 4,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user