Skip to content

Commit a103533

Browse files
authored
Correct transport compression algorithm in docs (elastic#29645)
We use DEFLATE when compressing byte streams on the transport layer yet the docs say we use LZF. This commit correct this.
1 parent df42358 commit a103533

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)