Skip to content

Commit e87af63

Browse files
committed
LM feedback
1 parent 66f9938 commit e87af63

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/connect/connection-targets.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,10 @@ hosts, including ``host1``:
103103
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
104104
client = MongoClient(uri)
105105

106-
{+driver-short+} evenly load balances operations across the specified deployments
107-
within the specified ``localThresholdMS`` of the lowest-latency deployment. The
108-
``localThresholdMS`` option defaults to ``15``.
109-
110-
To learn more about how {+driver-short+} load balances operations across multiple
111-
MongoDB deployments, see the :ref:`pymongo-server-selection` guide.
106+
{+driver-short+} evenly load balances operations across deployments that fall within
107+
the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load
108+
balances operations across multiple MongoDB deployments, see the
109+
:ref:`pymongo-server-selection` guide.
112110

113111
.. note::
114112

0 commit comments

Comments
 (0)