summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_main.cpp
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2023-04-28 21:10:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-01 20:39:52 +0000
commit203d3276a12c3caa73a7c2e6eaed5930ec89bf72 (patch)
tree6301d0fa238511056cc99005081eff0e64bdb0ab /src/mongo/s/mongos_main.cpp
parent376eb991dcc36b8a6f0d8ed698693fca8918b4f3 (diff)
downloadmongo-203d3276a12c3caa73a7c2e6eaed5930ec89bf72.tar.gz
SERVER-69304: Remove featureFlagClusterWideConfigM2
Diffstat (limited to 'src/mongo/s/mongos_main.cpp')
-rw-r--r--src/mongo/s/mongos_main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/s/mongos_main.cpp b/src/mongo/s/mongos_main.cpp
index c6d086c17ba..5688d9ae894 100644
--- a/src/mongo/s/mongos_main.cpp
+++ b/src/mongo/s/mongos_main.cpp
@@ -812,9 +812,8 @@ ExitCode runMongosServer(ServiceContext* serviceContext) {
clusterCursorCleanupJob.go();
UserCacheInvalidator::start(serviceContext, opCtx);
- if (gFeatureFlagClusterWideConfigM2.isEnabled(serverGlobalParams.featureCompatibility)) {
- ClusterServerParameterRefresher::start(serviceContext, opCtx);
- }
+
+ ClusterServerParameterRefresher::start(serviceContext, opCtx);
if (audit::initializeSynchronizeJob) {
audit::initializeSynchronizeJob(serviceContext);