You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/fundamentals/connection/mongoclientsettings.txt
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,8 @@ connection behavior:
96
96
- Sets the :ref:`command listeners <command-events-kotlin>`.
97
97
98
98
* - ``compressorList()``
99
-
- Sets the compressors to use for compressing
100
-
messages to the server. (`Reference docs <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#compressorList(java.util.List)>`__
101
-
102
-
.. TODO(DOCSP-29268) set sentence above to
103
-
.. Sets the :ref:`compressors <compression>` to use for compressing
104
-
.. messages to the server.
99
+
- Sets the :ref:`compressors <network-compression>` to use for compressing
100
+
messages to the server.
105
101
106
102
* - ``credential()``
107
103
- Sets the :ref:`credential <authentication-mechanisms-kotlin>`. (`Reference docs <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#credential(com.mongodb.MongoCredential)>`__
@@ -396,7 +392,6 @@ settings to modify the driver's behavior:
396
392
- Sets the minimum amount of connections associated with a connection
397
393
pool.
398
394
399
-
400
395
.. note::
401
396
402
397
This ``maxSize`` and ``minSize`` settings apply to each server
0 commit comments