summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-05-05 11:07:46 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-08 03:25:46 +0000
commitc1e9eee0dd99c16dcaaaf77dad10d995992693e5 (patch)
tree985914405f3e7892483d39f9de9d0d6421913b4a /src/mongo/shell/shell_options.cpp
parenta01e575c7f2811ee8c4d3b98ecb0230b1b991399 (diff)
downloadmongo-c1e9eee0dd99c16dcaaaf77dad10d995992693e5.tar.gz
SERVER-47934 Create a setParameter to control the OCSP HTTP client timeout
Diffstat (limited to 'src/mongo/shell/shell_options.cpp')
-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 4cd0fb791d9..2365462e317 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 = {
"awsEC2InstanceMetadataUrl",
"awsECSInstanceMetadataUrl",
"ocspEnabled",
+ "ocspClientHttpTimeoutSecs",
"disabledSecureAllocatorDomains",
"newLineAfterPasswordPromptForTest",
"skipShellCursorFinalize",