Skip to content

Commit

Permalink
bus: change maxAddrsPerProtocol to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Nov 20, 2024
1 parent 0d26ca7 commit 2271047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bus/chainsubscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const (
// maxAddrsPerProtocol is the maximum number of announced addresses we will
// track per host, per protocol for a V2 announcement
maxAddrsPerProtocol = 5
maxAddrsPerProtocol = 2

// updatesBatchSize is the maximum number of updates to fetch in a single
// call to the chain manager when we request updates since a given index.
Expand Down

0 comments on commit 2271047

Please sign in to comment.