summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/use_disk.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/use_disk.js')
-rw-r--r--jstests/noPassthrough/use_disk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/use_disk.js b/jstests/noPassthrough/use_disk.js
index 088501e8264..7f720c86c21 100644
--- a/jstests/noPassthrough/use_disk.js
+++ b/jstests/noPassthrough/use_disk.js
@@ -11,7 +11,7 @@
// For getLatestProfilerEntry and getProfilerProtocolStringForCommand
load("jstests/libs/profiler.js");
-const conn = MongoRunner.runMongod({setParameter: "maxBSONDepth=8"});
+const conn = MongoRunner.runMongod();
const testDB = conn.getDB("profile_agg");
const coll = testDB.getCollection("test");