mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 14:16:22 +00:00
rename timeout commit bypass
This commit is contained in:
@@ -66,7 +66,7 @@ The 8 timeout parameters will be consolidated down to 6. These will be as follow
|
||||
parameters.
|
||||
* `TimeoutCommit`
|
||||
* Same as current `TimeoutCommit`.
|
||||
* `TimeoutCommitBypassEnabled`
|
||||
* `EnableTimeoutCommitBypass`
|
||||
* Same as current `SkipTimeoutCommit`, renamed for clarity.
|
||||
|
||||
A safe default will be provided by Tendermint for each of these parameters and
|
||||
@@ -152,7 +152,7 @@ message TimeoutParams {
|
||||
google.protobuf.Duration vote = 3;
|
||||
google.protobuf.Duration vote_delta = 4;
|
||||
google.protobuf.Duration commit = 5;
|
||||
bool commit_timeout_bypass_enabled = 6;
|
||||
bool enable_commit_timeout_bypass = 6;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user