summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2016-08-01 10:51:07 -0400
committerMisha Tyulenev <misha@mongodb.com>2016-08-01 10:51:25 -0400
commitf32f51272b44f895875ab36fc0ae1553d11f1cc2 (patch)
tree8cb54ad9ef695e6e155bbbd98cee39c6d20fae8a /src/mongo/db/commands/parameters.cpp
parent2ed489b884676ae93bcf6373b49a2a838979b693 (diff)
downloadmongo-f32f51272b44f895875ab36fc0ae1553d11f1cc2.tar.gz
SERVER-23192 periodically reload ShardRegistry from the catalog
Diffstat (limited to 'src/mongo/db/commands/parameters.cpp')
-rw-r--r--src/mongo/db/commands/parameters.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/commands/parameters.cpp b/src/mongo/db/commands/parameters.cpp
index 1d2b49c8b53..a3c252d050a 100644
--- a/src/mongo/db/commands/parameters.cpp
+++ b/src/mongo/db/commands/parameters.cpp
@@ -596,11 +596,6 @@ public:
ExportedServerParameter<bool, ServerParameterType::kStartupAndRuntime> QuietSetting(
ServerParameterSet::getGlobal(), "quiet", &serverGlobalParams.quiet);
-ExportedServerParameter<int, ServerParameterType::kRuntimeOnly> MaxConsecutiveFailedChecksSetting(
- ServerParameterSet::getGlobal(),
- "replMonitorMaxFailedChecks",
- &ReplicaSetMonitor::maxConsecutiveFailedChecks);
-
ExportedServerParameter<bool, ServerParameterType::kRuntimeOnly> TraceExceptionsSetting(
ServerParameterSet::getGlobal(), "traceExceptions", &DBException::traceExceptions);