Skip to content

Commit 90a27e7

Browse files
authored
decrease default peer gossip sleep duration (#785)
1 parent ea874e2 commit 90a27e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ func DefaultConsensusConfig() *ConsensusConfig {
11521152
SkipTimeoutCommit: false,
11531153
CreateEmptyBlocks: true,
11541154
CreateEmptyBlocksInterval: 0 * time.Second,
1155-
PeerGossipSleepDuration: 100 * time.Millisecond,
1155+
PeerGossipSleepDuration: 2 * time.Millisecond,
11561156
PeerQueryMaj23SleepDuration: 2000 * time.Millisecond,
11571157
DoubleSignCheckHeight: int64(0),
11581158
}

0 commit comments

Comments
 (0)