You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/modules/transport.asciidoc
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@ time setting format). Defaults to `30s`.
44
44
|`transport.tcp.compress` |Set to `true` to enable compression (`DEFLATE`)
45
45
between all nodes. Defaults to `false`.
46
46
47
-
|`transport.ping_schedule` | Schedule a regular ping message to ensure that connections are kept alive. Defaults to `5s` in the transport client and `-1` (disabled) elsewhere.
47
+
|`transport.ping_schedule` | Schedule a regular application-level ping message
48
+
to ensure that transport connections between nodes are kept alive. Defaults to
49
+
`5s` in the transport client and `-1` (disabled) elsewhere. It is preferable to
50
+
correctly configure TCP keep-alives instead of using this feature, because TCP
51
+
keep-alives apply to all kinds of long-lived connection and not just to
0 commit comments