update commit timeout name

This commit is contained in:
William Banfield
2022-03-22 09:29:17 -04:00
parent 4a74b329b1
commit 3c77398347
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ message TimeoutParams {
google.protobuf.Duration vote = 3;
google.protobuf.Duration vote_delta = 4;
google.protobuf.Duration commit = 5;
bool enable_commit_timeout_bypass = 6;
bool bypass_commit_timeout = 6;
}
```