File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/connect/connection-options Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ in your connection URI:
100
100
* - ``localThreshold``
101
101
- | The latency window for server eligibility. If a server's round trip takes longer
102
102
| than the fastest server's round-trip time plus this value, the server isn't
103
- | eligible for selection. You can specify this setting to a ``MongoClientSettings `` object
103
+ | eligible for selection. You can specify this setting to a ``ClusterSettings `` object
104
104
in addition to the connection URI.
105
105
|
106
106
| **Data Type**: ``Integer``
@@ -110,7 +110,7 @@ in your connection URI:
110
110
* - ``readPreference``
111
111
- | The client's default read-preference settings. For more information on read preference
112
112
options, see :manual:`Read Preference </core/read-preference/>` in the {+mdb-server+} manual.
113
- You can specify this setting to a ``ClusterSettings `` object in addition to the
113
+ You can specify this setting to a ``MongoClientSettings `` object in addition to the
114
114
connection URI.
115
115
|
116
116
| **Data Type**: `ReadPreference <{+core-api+}/ReadPreference.html>`__
You can’t perform that action at this time.
0 commit comments