summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json')
-rw-r--r--src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json b/src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json
new file mode 100644
index 00000000000..362db08edd3
--- /dev/null
+++ b/src/mongo/gotools/test/legacy28/jstests/libs/config_files/enable_indexbuildretry.json
@@ -0,0 +1,5 @@
+{
+ "storage" : {
+ "indexBuildRetry" : true
+ }
+}