Skip to content

Commit c40178e

Browse files
committed
Fix
1 parent ff21ff6 commit c40178e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/connection-options/server-selection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ in your connection URI:
100100
* - ``localThreshold``
101101
- | The latency window for server eligibility. If a server's round trip takes longer
102102
| 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
104104
in addition to the connection URI.
105105
|
106106
| **Data Type**: ``Integer``
@@ -110,7 +110,7 @@ in your connection URI:
110110
* - ``readPreference``
111111
- | The client's default read-preference settings. For more information on read preference
112112
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
114114
connection URI.
115115
|
116116
| **Data Type**: `ReadPreference <{+core-api+}/ReadPreference.html>`__

0 commit comments

Comments
 (0)