Skip to content

Commit 22de2f6

Browse files
committed
Remove unregistered discovery settings from old docs (#68093)
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.
1 parent 49359bc commit 22de2f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/reference/modules/discovery/discovery-settings.asciidoc

-10
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ or may become unstable or intolerant of certain failures.
6262
Sets how long a node will wait before attempting another discovery round.
6363
Defaults to `1s`.
6464

65-
`discovery.probe.connect_timeout`::
66-
67-
Sets how long to wait when attempting to connect to each address. Defaults
68-
to `3s`.
69-
70-
`discovery.probe.handshake_timeout`::
71-
72-
Sets how long to wait when attempting to identify the remote node via a
73-
handshake. Defaults to `1s`.
74-
7565
`discovery.request_peers_timeout`::
7666

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

0 commit comments

Comments
 (0)