summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/mongos_main.cpp')
-rw-r--r--src/mongo/s/mongos_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_main.cpp b/src/mongo/s/mongos_main.cpp
index e9bb0944dfa..9fc9eb9b092 100644
--- a/src/mongo/s/mongos_main.cpp
+++ b/src/mongo/s/mongos_main.cpp
@@ -347,7 +347,7 @@ void cleanupTask(const ShutdownTaskArgs& shutdownArgs) {
// Shutdown the Service Entry Point and its sessions and give it a grace period to complete.
if (auto sep = serviceContext->getServiceEntryPoint()) {
- if (!sep->shutdown(Seconds(30))) {
+ if (!sep->shutdown(Seconds(10))) {
LOGV2_OPTIONS(22844,
{LogComponent::kNetwork},
"Service entry point did not shutdown within the time limit");