diff --git a/src/Benchmarks/hosting.json b/src/Benchmarks/hosting.json index 765930471..0c455af20 100644 --- a/src/Benchmarks/hosting.json +++ b/src/Benchmarks/hosting.json @@ -1,4 +1,5 @@ { "server": "Microsoft.AspNet.Server.Kestrel", - "server.urls": "http://*:5001" + "server.urls": "http://*:5001", + "kestrel.reuseStreams": "true" }