Skip to content

Commit

Permalink
Increase GossipSubMaxIHaveMessages to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
ppopth committed Aug 9, 2024
1 parent 1afead5 commit 6fabcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossipsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
GossipSubOpportunisticGraftPeers = 2
GossipSubGraftFloodThreshold = 10 * time.Second
GossipSubMaxIHaveLength = 5000
GossipSubMaxIHaveMessages = 10
GossipSubMaxIHaveMessages = 1000
GossipSubMaxIDontWantMessages = 10
GossipSubIWantFollowupTime = 3 * time.Second
GossipSubIDontWantMessageThreshold = 1024 // 1KB
Expand Down

0 comments on commit 6fabcdd

Please sign in to comment.