From 203d3276a12c3caa73a7c2e6eaed5930ec89bf72 Mon Sep 17 00:00:00 2001 From: Varun Ravichandran Date: Fri, 28 Apr 2023 21:10:51 +0000 Subject: SERVER-69304: Remove featureFlagClusterWideConfigM2 --- src/mongo/s/mongos_main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mongo/s/mongos_main.cpp') 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); -- cgit v1.2.1