Skip to content

Commit

Permalink
set default for faster debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Apr 22, 2024
1 parent ac8c41a commit 26cc8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func DefaultConfig() Config {
GossipQueueSize: 50000,
GossipValidationThrottle: 50000,
GossipAtxValidationThrottle: 50000,
GossipEvictionStrategy: timecache.Strategy_LastSeen,
PingInterval: time.Second,
EnableTCPTransport: true,
EnableQUICTransport: false,
Expand Down

0 comments on commit 26cc8c3

Please sign in to comment.