Skip to content

Commit

Permalink
Merge pull request #545 from hashicorp/faster-bcast-queue
Browse files Browse the repository at this point in the history
ensure performance improvements in memberlist are activated
  • Loading branch information
rboyer authored Jan 4, 2019
2 parents 4a3a10c + 167e905 commit c7f3bc9
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 c7f3bc9

Please sign in to comment.