fix: correct definition of `commit-timeout` (#5403)
* fix: correct definition of `commit-timeout` Correct definition of `commit-timeout` to match its use in Raft. See https://github.com/hashicorp/raft/issues/28 for more information. * Update content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/5406/head
parent
86f832f06c
commit
2d9d84981b
|
@ -238,8 +238,8 @@ Environment variable: `INFLUXDB_META_LEADER_LEASE_TIMEOUT`
|
|||
|
||||
Default is `"50ms"`.
|
||||
|
||||
The commit timeout is the amount of time a Raft node will tolerate between
|
||||
commands before issuing a heartbeat to tell the leader it is alive.
|
||||
The commit timeout is the interval that the leader waits between sending messages with
|
||||
the leader's commit index to followerers.
|
||||
The default setting should work for most systems.
|
||||
|
||||
Environment variable: `INFLUXDB_META_COMMIT_TIMEOUT`
|
||||
|
|
Loading…
Reference in New Issue