Skip to content

Commit 17ddb07

Browse files
authored
DOCSP-46684 404 server selection timeout API (#440)
* DOCSP-46684 404 server selection timeout API * fix
1 parent 997fa8c commit 17ddb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/faq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Why Does the Driver Throw a Timeout During Server Selection?
122122
Each driver operation requires that you choose a healthy server
123123
satisfying the :manual:`server selection criteria
124124
</core/read-preference-mechanics>`. If you do not select an appropriate
125-
server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver.Legacy/MongoDB.Driver.MongoServerSettings.ServerSelectionTimeout.html>`__, the driver throws a
125+
server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.ServerSelectionTimeout.html>`__, the driver throws a
126126
server selection timeout exception. The exception looks similar to the
127127
following:
128128

@@ -321,4 +321,4 @@ Entity Framework Core users. The provider includes features such as the followin
321321
- Intelligent object tracking
322322
- Entity-based LINQ operations
323323
- Entity Framework modeling and mapping with the fluent API
324-
- Automatic database updates through change tracking
324+
- Automatic database updates through change tracking

0 commit comments

Comments
 (0)