File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 412
412
* can write temporary data to disk while executing the find operation.
413
413
*
414
414
* This option is sent only if the caller explicitly provides a value. The default
415
- * is to not send a value.
415
+ * is to not send a value. For servers < 3.2, this option is ignored and not sent
416
+ * as allowDiskUse does not exist in the OP_QUERY wire protocol.
416
417
*
417
418
* @see https://docs.mongodb.com/manual/reference/command/find/
418
419
*/
Original file line number Diff line number Diff line change @@ -745,7 +745,8 @@ Generic Find on Files Collection
745
745
* can write temporary data to disk while executing the find operation on the files collection.
746
746
*
747
747
* This option is sent only if the caller explicitly provides a value. The default
748
- * is to not send a value.
748
+ * is to not send a value. For servers < 3.2, this option is ignored and not sent
749
+ * as allowDiskUse does not exist in the OP_QUERY wire protocol.
749
750
*
750
751
* @see https://docs.mongodb.com/manual/reference/command/find/
751
752
*/
You can’t perform that action at this time.
0 commit comments