Skip to content

Commit ec6148e

Browse files
committed
NR feedback
1 parent 740b300 commit ec6148e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/connect/connection-targets.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,18 @@ DNS Service Discovery
155155
---------------------
156156

157157
To use DNS service discovery to look up the DNS SRV record of the service you're connecting to,
158-
specify the SRV connection format in your connection string. The following code shows
159-
a connection string that uses the SRV connection format:
158+
specify the SRV connection format in your connection string. Additionally, if you enable
159+
the SRV connection format, {+driver-short+} automatically re-scans for new hosts without
160+
having to change the client configuration.
161+
162+
The following code shows a connection string that uses the SRV connection format:
160163

161164
.. code-block:: python
162165

163166
uri = "mongodb+srv://<hostname>/"
164167

165168
To learn more about the SRV connection format, see the :manual:`SRV Connection Format </reference/connection-string/#std-label-connections-dns-seedlist>`
166-
guide in the {+mdb-server+} manual.
169+
entry in the {+mdb-server+} manual.
167170

168171
Troubleshooting
169172
---------------

0 commit comments

Comments
 (0)