File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments