Skip to content

Commit

Permalink
change commit T/O to 200ms (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Jul 21, 2023
1 parent c2457af commit 8207520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func SetTendermintConfigs(config *tmcfg.Config) {
config.Consensus.UnsafeProposeTimeoutDeltaOverride = 50 * time.Millisecond
config.Consensus.UnsafeVoteTimeoutOverride = 50 * time.Millisecond
config.Consensus.UnsafeVoteTimeoutDeltaOverride = 50 * time.Millisecond
config.Consensus.UnsafeCommitTimeoutOverride = 100 * time.Millisecond
config.Consensus.UnsafeCommitTimeoutOverride = 200 * time.Millisecond
config.Consensus.UnsafeBypassCommitTimeoutOverride = &UnsafeBypassCommitTimeoutOverride
// Metrics
config.Instrumentation.Prometheus = true
Expand Down

0 comments on commit 8207520

Please sign in to comment.