-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: default timeout commit to 1.5s (#8149) * 1.5s timeout commit default * add changelog (cherry picked from commit 53e532b) # Conflicts: # CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Adam Tucker <[email protected]>
- Loading branch information
1 parent
9929fae
commit 957c581
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ var ( | |
{ | ||
Section: "consensus", | ||
Key: "timeout_commit", | ||
Value: "2s", | ||
Value: "1.5s", | ||
}, | ||
} | ||
) | ||
|