Преглед изворни кода

Correct docs tcp retries timeout (#102968)

Closes #102788
Iraklis Psaroudakis пре 1 година
родитељ
комит
bcce4282c4
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 following command as `root`. Five retransmissions corresponds with a timeout of
-around six seconds.
+around 13 seconds.
 
 [source,sh]
 -------------------------------------