summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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