Skip to content

Commit

Permalink
perf: further reduce timeout propose to 1sec (backport #1968) (#1969)
Browse files Browse the repository at this point in the history
Co-authored-by: Teddy Ding <[email protected]>
  • Loading branch information
mergify[bot] and teddyding authored Jul 25, 2024
1 parent d3e4e23 commit b12a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/cmd/dydxprotocold/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const (
flagIAVLCacheSize = "iavl-cache-size"

// TimeoutProposeOverride is the software override for the `timeout_propose` consensus parameter.
TimeoutProposeOverride = 1500 * time.Millisecond
TimeoutProposeOverride = 1 * time.Second
)

// NewRootCmd creates a new root command for `dydxprotocold`. It is called once in the main function.
Expand Down

0 comments on commit b12a872

Please sign in to comment.