We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17d025 commit c2ea31dCopy full SHA for c2ea31d
source/connection/network-compression.txt
@@ -52,8 +52,8 @@ Specify Compression Algorithms
52
You can enable compression for the connection to your MongoDB instance
53
by specifying the algorithms in one of the following ways:
54
55
-- Use the ``compressors`` parameter in your connection string
56
-- Chain the ``compressorList()`` method to the ``MongoClientSettings.builder()`` method
+- Use the ``compressors`` parameter in your connection string.
+- Chain the ``compressorList()`` method to the ``MongoClientSettings.builder()`` method.
57
58
This example shows how to specify the Snappy, Zstandard, and Zlib compression
59
algorithms. Select the :guilabel:`Connection String` or :guilabel:`MongoClientSettings`
0 commit comments