We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb2777 commit 1b39b7eCopy full SHA for 1b39b7e
source/databases-collections.txt
@@ -287,7 +287,7 @@ Retryable Reads and Writes
287
~~~~~~~~~~~~~~~~~~~~~~~~~~
288
289
{+driver-short+} automatically retries certain read and write operations a single time
290
-if they fail due to a network error or a server error.
+if they fail due to a network or server error.
291
292
You can explicitly disable retryable reads or retryable writes by setting the ``retryReads`` or
293
``retryWrites`` option to ``False`` in the ``MongoClient()`` constructor. The following
0 commit comments