Skip to content

Commit

Permalink
Change to previous defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Dec 27, 2024
1 parent 72c035d commit be87e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gossipsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ var (
GossipSubGraftFloodThreshold = 10 * time.Second
GossipSubMaxIHaveLength = 5000
GossipSubMaxIHaveMessages = 10
GossipSubMaxIDontWantLength = 100
GossipSubMaxIDontWantMessages = 100
GossipSubMaxIDontWantLength = 10
GossipSubMaxIDontWantMessages = 1000
GossipSubIWantFollowupTime = 3 * time.Second
GossipSubIDontWantMessageThreshold = 1024 // 1KB
GossipSubIDontWantMessageTTL = 3 // 3 heartbeats
Expand Down

0 comments on commit be87e9f

Please sign in to comment.