summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-12-29 21:57:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-29 22:45:03 +0000
commit5784d2fd1e8b94249b62f97a29be1c33fa282c4f (patch)
tree4abf2a75ec9b11515f009a41904ce1d93da08eb8
parentd0ded7415db2c2368bc6310282f37499ff27cbe5 (diff)
downloadmongo-5784d2fd1e8b94249b62f97a29be1c33fa282c4f.tar.gz
SERVER-62312 flip health checking feature flag
-rw-r--r--src/mongo/db/process_health/health_monitoring.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/health_monitoring.idl b/src/mongo/db/process_health/health_monitoring.idl
index 615a2305f0e..d568dd0ae0a 100644
--- a/src/mongo/db/process_health/health_monitoring.idl
+++ b/src/mongo/db/process_health/health_monitoring.idl
@@ -41,4 +41,4 @@ server_parameters:
set_at: [ startup ]
description: Feature flag for enabling process health checking support.
cpp_varname: gFeatureFlagHealthMonitoring
- default: false
+ default: true