Skip to content

Commit 223e663

Browse files
committed
RM feedback
1 parent 5fd439f commit 223e663

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/connect/compression.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ show in the following example:
4848

4949
client = pymongo.MongoClient("mongodb://localhost/?compressors=snappy,zlib,zstd")
5050

51+
.. note::
52+
53+
When you supply multiple compression algorithms to a connection string,
54+
{+driver-short+} uses the first compression algorithm in the list that the
55+
deployment supports.
56+
5157
Specifying Compression to a MongoClient
5258
---------------------------------------
5359

0 commit comments

Comments
 (0)