Skip to content

Commit c3e2efe

Browse files
client settings link
1 parent 6b09cb2 commit c3e2efe

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

modules/concept-docs/pages/compression.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@ To safeguard against the case of several thousand documents stealing CPU time to
8383
include::example$CompressionExample.java[tag=compression_1,indent=0]
8484
----
8585

86-
The `CompressionConfig` also allows you to disable compression completely or tune the ratio of when a compressed document (compared to the size of the uncompressed) should be sent over the wire.
86+
87+
== Configuring Compression
88+
89+
As well as the above example of changing the minimum size of document to undergo compression,
90+
the `CompressionConfig` also allows you to disable compression completely or tune the ratio of when a compressed document (compared to the size of the uncompressed) should be sent over the wire.
91+
92+
More details can be found on the xref:ref:client-settings.adoc#compression-options[Client Settings page].

0 commit comments

Comments
 (0)