Skip to content

Commit

Permalink
Fix whitespace bug in elastic#59222
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner authored and yinanwu committed Jul 28, 2020
1 parent 1881350 commit ea8ded3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/setup/sysconfig/tcpretries.asciidoc
Expand Up @@ -25,16 +25,16 @@ 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 6 seconds.
timeout of around six seconds.

[source,sh]
-------------------------------------
sysctl -w net.ipv4.tcp_retries2=5
-------------------------------------

To set this value permanently, update the `net.ipv4.tcp_retries2` setting in
`/etc/sysctl.conf`. To verify after rebooting, run `sysctl
net.ipv4.tcp_retries2`.
`/etc/sysctl.conf`. To verify after rebooting, run
`sysctl net.ipv4.tcp_retries2`.

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

0 comments on commit ea8ded3

Please sign in to comment.