From e74899b3fbba323d18b5aa22405a06432cd9473f Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:48:05 -0500 Subject: [PATCH] DOCSP-46684 404 server selection timeout API (#440) * DOCSP-46684 404 server selection timeout API * fix (cherry picked from commit 17ddb07885812f7330d89fac9840386d5f32d0ea) --- source/faq.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/faq.txt b/source/faq.txt index 3cf1dae9..17ed04f8 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -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 `. 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: @@ -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 \ No newline at end of file +- Automatic database updates through change tracking