summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_feature_flags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/sharding_feature_flags.idl')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index efdf94d250d..c3407521c96 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -97,11 +97,11 @@ feature_flags:
default: true
version: 7.0
shouldBeFCVGated: true
-
featureFlagCheckForDirectShardOperations:
description: "Feature flag for checking for direct shard operations."
cpp_varname: feature_flags::gCheckForDirectShardOperations
- default: false
+ default: true
+ version: 7.1
shouldBeFCVGated: true
featureFlagClusterCardinalityParameter:
description: "Feature flag for enabling the cluster parameter tracking cluster cardinality."