diff --git a/proxygen/httpserver/samples/hq/HQCommandLine.cpp b/proxygen/httpserver/samples/hq/HQCommandLine.cpp index 91afae5f12..9b103dbc08 100644 --- a/proxygen/httpserver/samples/hq/HQCommandLine.cpp +++ b/proxygen/httpserver/samples/hq/HQCommandLine.cpp @@ -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) {