summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-09-06 06:51:11 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-06 12:47:59 +0000
commit178164641de42107c7c7272b80bac9ec514102ce (patch)
treeacf65606b4e6625866a1a0fbce44c677da8a0a58 /src
parent133f5c036868cb108aec0fa1442398dae6e8da0a (diff)
downloadmongo-178164641de42107c7c7272b80bac9ec514102ce.tar.gz
SERVER-49847 enable resumable index builds by default
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/storage/two_phase_index_build_knobs.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/storage/two_phase_index_build_knobs.idl b/src/mongo/db/storage/two_phase_index_build_knobs.idl
index 40dbe469d44..0d52b29128a 100644
--- a/src/mongo/db/storage/two_phase_index_build_knobs.idl
+++ b/src/mongo/db/storage/two_phase_index_build_knobs.idl
@@ -69,8 +69,9 @@ server_parameters:
default: 10000
enableResumableIndexBuilds:
+ # TODO(SERVER-50745): Remove this feature flag.
description: "Support for using resumable index builds."
set_at: startup
cpp_vartype: bool
cpp_varname: "enableResumableIndexBuilds"
- default: false
+ default: true