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

@@ -66,6 +66,8 @@ services:
# =======================================================================
# Gateway Configuration
# =======================================================================
- GATEWAY_MAX_IDLE_CONNS=${GATEWAY_MAX_IDLE_CONNS:-2560}
- GATEWAY_MAX_IDLE_CONNS_PER_HOST=${GATEWAY_MAX_IDLE_CONNS_PER_HOST:-120}
- GATEWAY_MAX_CONNS_PER_HOST=${GATEWAY_MAX_CONNS_PER_HOST:-1024}
# =======================================================================