Skip to content

Commit 5c2638f

Browse files
chore: allow aggregations to use disk
1 parent b226827 commit 5c2638f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/mongodb/read/export.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class ExportTool extends MongoDBToolBase {
7171
cursor = provider.aggregate(database, collection, pipeline, {
7272
promoteValues: false,
7373
bsonRegExp: true,
74+
allowDiskUse: true,
7475
});
7576
}
7677

0 commit comments

Comments
 (0)