Skip to content

Commit

Permalink
Fix StreamWindowScaleThresholdMultiplier_HighValue_WindowScalesSlower (
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov authored Jul 29, 2021
1 parent a036594 commit a8dacd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static async Task RunTest()
}

RemoteInvokeOptions options = new RemoteInvokeOptions();
options.StartInfo.EnvironmentVariables["DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_FLOWCONTROL_STREAMWINDOWSCALETHRESHOLDMULTIPLIER"] = "1000"; // Extreme value
options.StartInfo.EnvironmentVariables["DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_FLOWCONTROL_STREAMWINDOWSCALETHRESHOLDMULTIPLIER"] = "10000"; // Extreme value

RemoteExecutor.Invoke(RunTest, options).Dispose();
}
Expand Down

0 comments on commit a8dacd5

Please sign in to comment.