Skip to content

Commit

Permalink
#136 Increate timeout_commit to fix racing conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarri authored and EnchanterIO committed May 30, 2019
1 parent 4cb19c0 commit 5d5012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/standalone/consensus/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ timeout_prevote = "2s"
timeout_prevote_delta = "500ms"
timeout_precommit = "2s"
timeout_precommit_delta = "500ms"
timeout_commit = "1s"
timeout_commit = "2s"
# Make progress as soon as we have all the precommits (as if TimeoutCommit = 0)
skip_timeout_commit = false
Expand Down

0 comments on commit 5d5012d

Please sign in to comment.