Skip to content

Commit d95406d

Browse files
authored
PHPLIB-721: Aggregate allowDiskUse option should be unset by default (#873)
1 parent 27c2b7c commit d95406d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

source/includes/apiargs-MongoDBCollection-method-find-option.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ name: allowDiskUse
5151
type: boolean
5252
description: |
5353
Enables writing to temporary files. When set to ``true``, queries can write
54-
data to the ``_tmp`` sub-directory in the ``dbPath`` directory. The default is
55-
``false``.
54+
data to the ``_tmp`` sub-directory in the ``dbPath`` directory.
5655
interface: phpmethod
5756
operation: ~
5857
optional: true

source/includes/apiargs-aggregate-option.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: allowDiskUse
33
type: boolean
44
description: |
55
Enables writing to temporary files. When set to ``true``, aggregation stages
6-
can write data to the ``_tmp`` sub-directory in the ``dbPath`` directory. The
7-
default is ``false``.
6+
can write data to the ``_tmp`` sub-directory in the ``dbPath`` directory.
87
interface: phpmethod
98
operation: ~
109
optional: true

0 commit comments

Comments
 (0)