We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87af63 commit 1024e00Copy full SHA for 1024e00
source/connect/connection-targets.txt
@@ -103,8 +103,8 @@ hosts, including ``host1``:
103
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
104
client = MongoClient(uri)
105
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
+{+driver-short+} evenly load balances operations across deployments that are reachable
+within 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.
110
0 commit comments