summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-10-19 18:00:29 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-23 18:12:34 +0000
commit6c32cb811fff0f13684e228e66be7cf5b44a5503 (patch)
tree1a0c7cf74f3c897e776baa79543d9044d0741daa /src/mongo/shell
parentbba7669d98169dd8ee2ef23c7ea0f8fa19fe8f69 (diff)
downloadmongo-6c32cb811fff0f13684e228e66be7cf5b44a5503.tar.gz
SERVER-50647 Fix OCSP HTTP Client timeout for Windows
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp
index 0b716b1f3f3..4408ce4dc0b 100644
--- a/src/mongo/shell/shell_options.cpp
+++ b/src/mongo/shell/shell_options.cpp
@@ -65,6 +65,7 @@ const std::set<std::string> kSetShellParameterWhitelist = {
"disabledSecureAllocatorDomains",
"newLineAfterPasswordPromptForTest",
"skipShellCursorFinalize",
+ "tlsOCSPVerifyTimeoutSecs",
};
std::string getMongoShellHelp(StringData name, const moe::OptionSection& options) {