You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/faq.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Why Does the Driver Throw a Timeout During Server Selection?
122
122
Each driver operation requires that you choose a healthy server
123
123
satisfying the :manual:`server selection criteria
124
124
</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
126
126
server selection timeout exception. The exception looks similar to the
127
127
following:
128
128
@@ -321,4 +321,4 @@ Entity Framework Core users. The provider includes features such as the followin
321
321
- Intelligent object tracking
322
322
- Entity-based LINQ operations
323
323
- 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