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/crud/configure.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -327,14 +327,14 @@ within 35 milliseconds of the closest member's ping time.
327
327
Retryable Reads and Writes
328
328
--------------------------
329
329
330
-
{+driver-short+} automatically retries certain read and write operations a single time
330
+
The {+driver-short+} automatically retries certain read and write operations a single time
331
331
if they fail due to a network or server error.
332
332
333
333
You can explicitly disable retryable reads or retryable writes by setting the ``retryReads`` or
334
-
``retryWrites`` option to ``False`` in a ``MongoClientSettings`` instance. You can also
334
+
``retryWrites`` option to ``false`` in a ``MongoClientSettings`` instance. You can also
335
335
set the ``retryReads`` or ``retryWrites`` options in your connection URI.
336
336
337
-
The following example sets both retryable reads and retryable writes to ``False``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
337
+
The following example sets both retryable reads and retryable writes to ``false``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
0 commit comments