Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading