File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments