Skip to content

Commit

Permalink
Paramter tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed May 31, 2021
1 parent 41c5562 commit 5d3c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ p2p:
func init() {
viper.SetDefault(CfgForceValidateSnapshot, false)

viper.SetDefault(CfgConsensusMaxEpochLength, 10)
viper.SetDefault(CfgConsensusMaxEpochLength, 20)
viper.SetDefault(CfgConsensusMinProposalWait, 6)
viper.SetDefault(CfgConsensusMessageQueueSize, 512)
viper.SetDefault(CfgConsensusPassThroughGuardianVote, false)
Expand Down

0 comments on commit 5d3c2c0

Please sign in to comment.