chore(deploy): 补齐连接池默认与 8G 参数

This commit is contained in:
yangjianbo
2026-02-06 20:44:08 +08:00
parent 2d4bbbf49d
commit de753a149e
4 changed files with 13 additions and 10 deletions

View File

@@ -161,7 +161,7 @@ gateway:
max_idle_conns_per_host: 120
# Max connections per host
# 每个主机的最大连接数
max_conns_per_host: 4096
max_conns_per_host: 1024
# Idle connection timeout (seconds)
# 空闲连接超时时间(秒)
idle_conn_timeout_seconds: 90