Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored and vyzo committed Feb 7, 2022
1 parent 3d93f5f commit e02b347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossipsub.go
Expand Up @@ -1093,7 +1093,7 @@ func (gs *GossipSubRouter) Leave(topic string) {
gs.sendPrune(p, topic)
// Add a backoff to this peer to prevent us from eagerly
// re-grafting this peer into our mesh if we rejoin this
// topic before the backoff period.
// topic before the backoff period ends.
gs.addBackoff(p, topic)
}
}
Expand Down

0 comments on commit e02b347

Please sign in to comment.