Skip to content

Commit

Permalink
Lower timeout commit to 600ms (#8394) (#8410)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b7bd67)

Co-authored-by: Dev Ojha <[email protected]>
  • Loading branch information
mergify[bot] and ValarDragon authored Jun 18, 2024
1 parent 44c8ad8 commit ff6e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var (
{
Section: "consensus",
Key: "timeout_commit",
Value: "1s",
Value: "600ms",
},
{
Section: "consensus",
Expand Down

0 comments on commit ff6e8b5

Please sign in to comment.