Skip to content

Commit 1858fbd

Browse files
erin2722MongoDB Bot
authored andcommitted
SERVER-52424 Enable feature flag for rate-limiting ingress connection establishments (#36801)
GitOrigin-RevId: 52387e8792f68258214538231e62b337961a4572
1 parent 2ef0585 commit 1858fbd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/mongo/db/server_feature_flags.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ feature_flags:
191191
featureFlagRateLimitIngressConnectionEstablishment:
192192
description: "Queues connection establishment after exceeding the maximum rate"
193193
cpp_varname: gFeatureFlagRateLimitIngressConnectionEstablishment
194-
default: false
194+
default: true
195195
shouldBeFCVGated: false

src/mongo/transport/session_workflow_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,6 @@ class ConnectionEstablishmentQueueingTest : public SessionWorkflowTest {
604604
return std::move(sm);
605605
}
606606

607-
RAIIServerParameterControllerForTest featureFlagController{
608-
"featureFlagRateLimitIngressConnectionEstablishment", true};
609607
RAIIServerParameterControllerForTest featureEnabled{
610608
"ingressConnectionEstablishmentRateLimiterEnabled", true};
611609
unittest::MinimumLoggedSeverityGuard logSeverityGuard{logv2::LogComponent::kDefault,

0 commit comments

Comments
 (0)