File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Connection Options
71
71
72
72
The following sections describe the connection options available in the
73
73
{+driver-short+}. Each option shows the option-value pair you can use in a
74
- connection URI and the builder method to set it within a
74
+ connection URI and, if available, the driver method to set it within a
75
75
``MongoClientSettings`` instance.
76
76
77
77
Network Compression
@@ -89,7 +89,7 @@ Network Compression
89
89
or received from the server. The driver uses the first of these compression types
90
90
that the server supports.
91
91
|
92
- | **Data Type**: Comma -delimited string of compressors
92
+ | **Data Type**: comma -delimited string
93
93
| **MongoClientSettings**: ``compressorList(listOf(<MongoCompressor>))``
94
94
| **Connection URI**: ``compressors=snappy,zstd,zlib``
95
95
You can’t perform that action at this time.
0 commit comments