Skip to content

Commit

Permalink
chore: Benchmark client enable EnableMultipleHttp2Connections
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Oct 2, 2024
1 parent 5e68374 commit 09a1e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perf/BenchmarkApp/PerformanceTest.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public GrpcChannel CreateChannel()
{
UseProxy = false,
AllowAutoRedirect = false,
EnableMultipleHttp2Connections = true,
};

// allow server's self cert
Expand Down

0 comments on commit 09a1e51

Please sign in to comment.