From 1a30f5c73e1195078a3e1bc9bdc38dd4bec51da4 Mon Sep 17 00:00:00 2001 From: Mike Schore Date: Wed, 23 Mar 2022 05:19:29 +0800 Subject: [PATCH] config: temporarily hardcode h2 max concurrent streams to 100 Signed-off-by: Mike Schore --- library/common/config/config.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/library/common/config/config.cc b/library/common/config/config.cc index 2998973a45..605413d801 100644 --- a/library/common/config/config.cc +++ b/library/common/config/config.cc @@ -123,6 +123,7 @@ const char* config_template = R"( connection_keepalive: connection_idle_interval: *h2_connection_keepalive_idle_interval timeout: *h2_connection_keepalive_timeout + max_concurrent_streams: 100 upstream_http_protocol_options: auto_sni: true auto_san_validation: true