Skip to content

Commit

Permalink
Remove unregistered discovery settings from old docs (#68093)
Browse files Browse the repository at this point in the history
The following settings are not exposed to users in 7.6 and earlier:

- `discovery.probe.connect_timeout`
- `discovery.probe.handshake_timeout`

This was addressed in 7.7 (#51304) but the docs for older versions
suggest incorrectly that these settings are available. This commit
removes the docs for these settings in the affected versions to avoid
confusion.
  • Loading branch information
DaveCTurner committed Jan 28, 2021
1 parent 49359bc commit 22de2f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/reference/modules/discovery/discovery-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ or may become unstable or intolerant of certain failures.
Sets how long a node will wait before attempting another discovery round.
Defaults to `1s`.

`discovery.probe.connect_timeout`::

Sets how long to wait when attempting to connect to each address. Defaults
to `3s`.

`discovery.probe.handshake_timeout`::

Sets how long to wait when attempting to identify the remote node via a
handshake. Defaults to `1s`.

`discovery.request_peers_timeout`::

Sets how long a node will wait after asking its peers again before
Expand Down

0 comments on commit 22de2f6

Please sign in to comment.