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:
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>`__
You can’t perform that action at this time.
0 commit comments