Skip to content

Commit c8de9ed

Browse files
committed
Correct transport compression algorithm in docs
We use DEFLATE when compressing byte streams on the transport layer yet the docs say we use LZF. This commit correct this.
1 parent 6a4c5f3 commit c8de9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/transport.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ addressable from the outside. Defaults to the actual port assigned via
4141
|`transport.tcp.connect_timeout` |The socket connect timeout setting (in
4242
time setting format). Defaults to `30s`.
4343

44-
|`transport.tcp.compress` |Set to `true` to enable compression (LZF)
44+
|`transport.tcp.compress` |Set to `true` to enable compression (`DEFLATE`)
4545
between all nodes. Defaults to `false`.
4646

4747
|`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

Comments
 (0)