Skip to content

Commit

Permalink
decrease default peer gossip sleep duration (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Jun 9, 2022
1 parent ea874e2 commit 90a27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ func DefaultConsensusConfig() *ConsensusConfig {
SkipTimeoutCommit: false,
CreateEmptyBlocks: true,
CreateEmptyBlocksInterval: 0 * time.Second,
PeerGossipSleepDuration: 100 * time.Millisecond,
PeerGossipSleepDuration: 2 * time.Millisecond,
PeerQueryMaj23SleepDuration: 2000 * time.Millisecond,
DoubleSignCheckHeight: int64(0),
}
Expand Down

0 comments on commit 90a27e7

Please sign in to comment.