@@ -258,8 +258,28 @@ Read and Write Operations
258
258
time plus this value, the server isn't eligible for selection.
259
259
|
260
260
| **Data Type**: `read_preferences <{+api-root+}pymongo/read_preferences.html#pymongo.read_preferences>`__
261
- | **Default**: `` {+int-data-type+}``
261
+ | **Default**: {+int-data-type+}
262
262
| **MongoClient Example**: ``localThresholdMS=35``
263
263
| **Connection URI Example**: ``localThresholdMS=35``
264
264
265
- For more information about the connection option in this section, see :ref:`pymongo-databases-collections`.
265
+ * - **retryReads**
266
+ - | Specifies whether the client retries supported read operations. For more
267
+ information, see :manual:`Retryable Reads </core/retryable-reads/>` in the {+mdb-server+}
268
+ manual.
269
+ |
270
+ | **Data Type**: {+bool-data-type+}
271
+ | **Default**: ``True``
272
+ | **MongoClient Example**: ``retryReads=False``
273
+ | **Connection URI Example**: ``retryReads=false``
274
+
275
+ * - **retryWrites**
276
+ - | Specifies whether the client retries supported write operations. For more
277
+ information, see :manual:`Retryable Writes </core/retryable-writes/>` in the {+mdb-server+}
278
+ manual.
279
+ |
280
+ | **Data Type**: {+bool-data-type+}
281
+ | **Default**: ``True``
282
+ | **MongoClient Example**: ``retryWrites=False``
283
+ | **Connection URI Example**: ``retryWrites=false``
284
+
285
+ For more information about the connection options in this section, see :ref:`pymongo-databases-collections`.
0 commit comments