Browse Source

Correct docs tcp retries timeout (#102968)

Closes #102788
Iraklis Psaroudakis 1 year ago
parent
commit
bcce4282c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/sysconfig/tcpretries.asciidoc

+ 1 - 1
docs/reference/setup/sysconfig/tcpretries.asciidoc

@@ -32,7 +32,7 @@ therefore reduce the maximum number of TCP retransmissions.
 
 
 You can decrease the maximum number of TCP retransmissions to `5` by running the
 You can decrease the maximum number of TCP retransmissions to `5` by running the
 following command as `root`. Five retransmissions corresponds with a timeout of
 following command as `root`. Five retransmissions corresponds with a timeout of
-around six seconds.
+around 13 seconds.
 
 
 [source,sh]
 [source,sh]
 -------------------------------------
 -------------------------------------