mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-23 08:04:45 +08:00
chore(gateway): 提升 max_idle_conns 并补齐 env
This commit is contained in:
@@ -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}
|
||||
|
||||
# =======================================================================
|
||||
|
||||
Reference in New Issue
Block a user