docs: Add raft_multiplier default clarification (#8339)

This commit is contained in:
Joel Watson 2020-07-20 16:49:46 -05:00 committed by GitHub
parent 5c3018da52
commit 56c4d6e98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The value of `raft_multiplier` is a scaling factor and directly affects the foll
| ElectionTimeout | 1000ms | default |
| LeaderLeaseTimeout | 500ms | default |
So a scaling factor of `5` (i.e. `raft_multiplier: 5`) updates the following values:
By default, Consul uses a scaling factor of `5` (i.e. `raft_multiplier: 5`), which results in the following values:
| Param | Value | Calculation |
| ------------------ | -----: | ----------: |