瀏覽代碼

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]
 -------------------------------------