Skip to content

Commit

Permalink
fix: update min blocktime back to 3s (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Mar 21, 2024
1 parent e640710 commit 454bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/elysd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewRootCmd() (*cobra.Command, appparams.EncodingConfig) {
customTMConfig := initTendermintConfig()

// override the default timeout commit value
customTMConfig.Consensus.TimeoutCommit = 5000 * time.Millisecond
customTMConfig.Consensus.TimeoutCommit = 3000 * time.Millisecond

return server.InterceptConfigsPreRunHandler(
cmd, customAppTemplate, customAppConfig, customTMConfig,
Expand Down

0 comments on commit 454bdea

Please sign in to comment.