Skip to content

Commit bd72f25

Browse files
authored
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 438a046 commit bd72f25

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
@@ -74,16 +74,6 @@ or may become unstable or intolerant of certain failures.
7474
Sets how long a node will wait before attempting another discovery round.
7575
Defaults to `1s`.
7676

77-
`discovery.probe.connect_timeout`::
78-
79-
Sets how long to wait when attempting to connect to each address. Defaults
80-
to `3s`.
81-
82-
`discovery.probe.handshake_timeout`::
83-
84-
Sets how long to wait when attempting to identify the remote node via a
85-
handshake. Defaults to `1s`.
86-
8777
`discovery.request_peers_timeout`::
8878

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

0 commit comments

Comments
 (0)