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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ settings to modify the driver's behavior:
234
234
- Uses the cluster settings specified in a ``ClusterSettings`` object.
235
235
236
236
* - ``hosts()``
237
-
- Sets all the specified locations of a Mongo server.
237
+
- Sets all the specified locations of a Mongo deployment.
238
238
239
239
* - ``localThreshold()``
240
240
- | Sets the amount of time that a server’s round trip can take and still
@@ -243,7 +243,7 @@ settings to modify the driver's behavior:
243
243
| **Default**: ``15 milliseconds``
244
244
245
245
* - ``mode()``
246
-
- Sets how to connect to a MongoDB server.
246
+
- Sets how to connect to a MongoDB deployment.
247
247
248
248
* - ``requiredClusterType()``
249
249
- Sets the type of cluster required for the cluster.
@@ -434,7 +434,7 @@ Server Settings
434
434
435
435
Chain the `applyToServerSettings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#applyToServerSettings(com.mongodb.Block)>`__
436
436
method to modify the driver's behavior when monitoring each MongoDB
437
-
server.
437
+
deployment.
438
438
439
439
The following table describes the methods you can chain to your
440
440
settings to modify the driver's behavior:
@@ -471,7 +471,7 @@ settings to modify the driver's behavior:
471
471
Example
472
472
~~~~~~~
473
473
474
-
This example specifies the following driver behavior in a MongoDB server:
474
+
This example specifies the following driver behavior in a MongoDB deployment:
475
475
476
476
- The minimum interval for server monitoring checks to be at least
477
477
``700 MILLISECONDS``
@@ -491,7 +491,7 @@ Socket Settings
491
491
492
492
Chain the `applyToSocketSettings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#applyToSocketSettings(com.mongodb.Block)>`__
493
493
method to modify the driver's behavior when connecting and communicating
494
-
with your MongoDB server.
494
+
with your MongoDB deployment.
495
495
496
496
The following table describes the methods you can chain to your settings
0 commit comments