docs: Add raft_multiplier default clarification (#8339)
This commit is contained in:
parent
5c3018da52
commit
56c4d6e98f
|
@ -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 |
|
||||
| ------------------ | -----: | ----------: |
|
||||
|
|
Loading…
Reference in New Issue