Skip to content

Commit

Permalink
DOCSP-46684 404 server selection timeout API (#440)
Browse files Browse the repository at this point in the history
* DOCSP-46684 404 server selection timeout API

* fix
  • Loading branch information
lindseymoore authored Jan 24, 2025
1 parent 997fa8c commit 17ddb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Why Does the Driver Throw a Timeout During Server Selection?
Each driver operation requires that you choose a healthy server
satisfying the :manual:`server selection criteria
</core/read-preference-mechanics>`. If you do not select an appropriate
server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver.Legacy/MongoDB.Driver.MongoServerSettings.ServerSelectionTimeout.html>`__, the driver throws a
server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.ServerSelectionTimeout.html>`__, the driver throws a
server selection timeout exception. The exception looks similar to the
following:

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

0 comments on commit 17ddb07

Please sign in to comment.