Skip to content

Commit

Permalink
ensure performance improvements in memberlist are activated
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Jan 3, 2019
1 parent 4a3a10c commit 167e905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serf/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ func (b *broadcast) Invalidates(other memberlist.Broadcast) bool {
return false
}

// implements memberlist.UniqueBroadcast
func (b *broadcast) UniqueBroadcast() {}

func (b *broadcast) Message() []byte {
return b.msg
}
Expand Down

0 comments on commit 167e905

Please sign in to comment.