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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ addressable from the outside. Defaults to the actual port assigned via
41
41
|`transport.tcp.connect_timeout` |The socket connect timeout setting (in
42
42
time setting format). Defaults to `30s`.
43
43
44
-
|`transport.tcp.compress` |Set to `true` to enable compression (LZF)
44
+
|`transport.tcp.compress` |Set to `true` to enable compression (`DEFLATE`)
45
45
between all nodes. Defaults to `false`.
46
46
47
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.
0 commit comments