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