chore(gateway): 提升 max_idle_conns 并补齐 env

This commit is contained in:
yangjianbo
2026-02-06 20:48:48 +08:00
parent de753a149e
commit 8672b2f3ec
4 changed files with 8 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ gateway:
# HTTP 上游连接池配置HTTP/2 + 多代理场景默认值)
# Max idle connections across all hosts
# 所有主机的最大空闲连接数
max_idle_conns: 240
max_idle_conns: 2560
# Max idle connections per host
# 每个主机的最大空闲连接数
max_idle_conns_per_host: 120