Skip to content

Commit c8821ac

Browse files
committed
substitute serverSelectionTimeoutMS
1 parent 2778a88 commit c8821ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/core/distributed-queries.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,12 @@ Persistent Network Errors
274274
help address transient network errors but not persistent network
275275
errors.
276276

277-
Failover Period Exceeds 30 Seconds
277+
Failover Period Exceeds :urioption:`serverSelectionTimeoutMS`
278278
Upon encountering a failover and receiving the ``not master`` error,
279-
the drivers wait 30 seconds before retrying once. The retryable
280-
feature does not addresss instance where the failover period exceeds
281-
30 seconds.
279+
the drivers wait :urioption:`serverSelectionTimeoutMS` seconds to
280+
determine the new primary before retrying. The retryable feature
281+
does not addresss instance where the failover period exceeds
282+
:urioption:`serverSelectionTimeoutMS`.
282283

283284
.. warning::
284285

0 commit comments

Comments
 (0)