Enable Multiple H2 connections in BenchmarkApp (#808)
This commit is contained in:
Родитель
765e47d5a4
Коммит
ec8bbd53f7
|
@ -34,6 +34,7 @@ namespace BenchmarkApp
|
|||
{ "Routes:0:ClusterId", "cluster" },
|
||||
{ "Routes:0:Match:Path", "/{**catchall}" },
|
||||
{ "Clusters:cluster:HttpClient:DangerousAcceptAnyServerCertificate", "true" },
|
||||
{ "Clusters:cluster:HttpClient:EnableMultipleHttp2Connections", "true" },
|
||||
};
|
||||
|
||||
var clusterCount = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче