diff --git a/src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs b/src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs index 136e8d3cf484..eb439293788b 100644 --- a/src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs +++ b/src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs @@ -71,7 +71,7 @@ internal partial class Http2Connection : IHttp2StreamLifetimeHandler, IHttpHeade internal Http2StreamStack StreamPool; internal const int InitialStreamPoolSize = 5; - internal const int MaxStreamPoolSize = 40; + internal const int MaxStreamPoolSize = 100; public Http2Connection(HttpConnectionContext context) {