Skip to content

Commit

Permalink
feat all: enable Congestion Control by default
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:da63369aa9084df4a160b8264d7cec0fbc3b062f
  • Loading branch information
apolukhin committed Nov 6, 2024
1 parent 3df5e8a commit 2ee46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/congestion_control/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const dynamic_config::Key<RpsCcConfig> kRpsCcConfig{
ParseRpsCcConfig,
{
{"USERVER_RPS_CCONTROL", kRpsControlDefaults},
{"USERVER_RPS_CCONTROL_ENABLED", false},
{"USERVER_RPS_CCONTROL_ENABLED", true},
{"USERVER_RPS_CCONTROL_ACTIVATED_FACTOR_METRIC", 5},
},
};
Expand Down

0 comments on commit 2ee46c6

Please sign in to comment.