File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reference/setup/sysconfig Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ maximum number of TCP retransmissions.
2525
2626You can decrease the maximum number of TCP retransmissions to `5` by running
2727the 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-------------------------------------
3232sysctl -w net.ipv4.tcp_retries2=5
3333-------------------------------------
3434
3535To 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
4040than the default retransmission timeout on Linux. However these health checks
You can’t perform that action at this time.
0 commit comments