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 eb7e529 commit 3de4e57Copy full SHA for 3de4e57
source/fundamentals/connection/network-compression.txt
@@ -20,7 +20,7 @@ first one in the list supported by your MongoDB instance.
20
21
.. note::
22
23
- When using the Snappy or Zlib compression algorithm, you must
+ When using the Snappy or Zstandard compression algorithm, you must
24
:ref:`add explicit dependencies <compression-dependencies>`.
25
26
.. _enable-compression:
@@ -89,7 +89,7 @@ following code:
89
90
npm install --save snappy
91
92
-To add the Zlib compression algorithm to your application, run the
+To add the Zstandard compression algorithm to your application, run the
93
following code:
94
95
.. code-block:: javascript
0 commit comments