Skip to content

Commit

Permalink
Enable conn migration by default in hq
Browse files Browse the repository at this point in the history
Summary: Enable conn migration by default in hq

Reviewed By: afrind

Differential Revision: D69152208

fbshipit-source-id: 2cda50f0b5f1ea12c8f1c7882f3aee02f3083dde
  • Loading branch information
kvtsoy authored and facebook-github-bot committed Feb 5, 2025
1 parent 2b38e23 commit 603430b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxygen/httpserver/samples/hq/HQCommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ void initializeTransportSettings(HQToolParams& hqUberParams) {
hqParams.transportSettings.readEcnOnIngress = FLAGS_read_ecn;

hqParams.transportSettings.dscpValue = FLAGS_dscp;
hqParams.transportSettings.disableMigration = false;
} // initializeTransportSettings

void initializeHttpServerSettings(HQToolServerParams& hqParams) {
Expand Down

0 comments on commit 603430b

Please sign in to comment.