Skip to content

Commit

Permalink
fix: default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Aug 21, 2024
1 parent 30e82e4 commit 68e19bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/nolusd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ var (
{
Section: "consensus",
Key: "timeout_commit",
Value: "500ms",
Value: "1s",
},
{
Section: "consensus",
Key: "timeout_propose",
Value: "1.8s",
Value: "2s",
},
{
Section: "consensus",
Expand Down

0 comments on commit 68e19bf

Please sign in to comment.