File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/connect/connection-options Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Network compression is a feature that allows you to compress and
27
27
decompress messages sent between your application and MongoDB, reducing
28
28
the total amount of data passed over the network.
29
29
30
- The driver supports the following compressors:
30
+ The {+library-short+} supports the following compressors:
31
31
32
32
1. `Snappy <https://google.github.io/snappy/>`__
33
33
#. `Zlib <https://zlib.net/>`__
@@ -52,7 +52,7 @@ You can do this in two ways:
52
52
- Specify the algorithms in your connection string.
53
53
54
54
The following example shows how to specify Snappy, Zlib, and
55
- Zstandard as the compressors for a connection. Select the :guilabel:`MongoDB\Client`
55
+ Zstandard as the compressors for a connection. Select the :guilabel:`MongoDB\\ Client`
56
56
or :guilabel:`Connection URI` tab to see the corresponding code:
57
57
58
58
.. tabs::
@@ -88,7 +88,7 @@ an integer value between ``-1`` and ``9``:
88
88
- **9:** Best compression but slowest speed.
89
89
90
90
The following example specifies the ``zlib`` compression algorithm and a
91
- ``zlibCompressionLevel`` value of ``1``. Select the :guilabel:`MongoDB\Client`
91
+ ``zlibCompressionLevel`` value of ``1``. Select the :guilabel:`MongoDB\\ Client`
92
92
or :guilabel:`Connection URI` tab to see the corresponding code:
93
93
94
94
.. tabs::
You can’t perform that action at this time.
0 commit comments