Add docs for cluster.reconnect flags (#1991)
fixes #1820 Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
This commit is contained in:
parent
dea2829849
commit
223dd6c47b
|
@ -348,6 +348,8 @@ be configured to communicate with each other. This is configured using the
|
|||
- `--cluster.probe-timeout` value: time to wait for ack before marking node unhealthy
|
||||
(default "500ms")
|
||||
- `--cluster.probe-interval` value: interval between random node probes (default "1s")
|
||||
- `--cluster.reconnect-interval` value: interval between attempting to reconnect to lost peers (default "10s")
|
||||
- `--cluster.reconnect-timeout` value: length of time to attempt to reconnect to a lost peer (default: "6h0m0s")
|
||||
|
||||
The chosen port in the `cluster.listen-address` flag is the port that needs to be
|
||||
specified in the `cluster.peer` flag of the other peers.
|
||||
|
|
Loading…
Reference in New Issue