Skip to content

Commit 53fa52d

Browse files
committed
Fix whitespace bug in #59222
1 parent 439b7f7 commit 53fa52d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/setup/sysconfig/tcpretries.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ maximum number of TCP retransmissions.
2525

2626
You can decrease the maximum number of TCP retransmissions to `5` by running
2727
the following command as `root`. Five retransmissions corresponds with a
28-
timeout of around 6 seconds.
28+
timeout of around six seconds.
2929

3030
[source,sh]
3131
-------------------------------------
3232
sysctl -w net.ipv4.tcp_retries2=5
3333
-------------------------------------
3434

3535
To set this value permanently, update the `net.ipv4.tcp_retries2` setting in
36-
`/etc/sysctl.conf`. To verify after rebooting, run `sysctl
37-
net.ipv4.tcp_retries2`.
36+
`/etc/sysctl.conf`. To verify after rebooting, run
37+
`sysctl net.ipv4.tcp_retries2`.
3838

3939
{es} also implements its own health checks with timeouts that are much shorter
4040
than the default retransmission timeout on Linux. However these health checks

0 commit comments

Comments
 (0)