Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
d3f11fdb
Commit
d3f11fdb
authored
Feb 06, 2026
by
yangjianbo
Browse files
chore(deploy): aicodex 默认 max_conns_per_host=8192
parent
8672b2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/docker-compose-aicodex.yml
View file @
d3f11fdb
...
@@ -68,7 +68,7 @@ services:
...
@@ -68,7 +68,7 @@ services:
# =======================================================================
# =======================================================================
-
GATEWAY_MAX_IDLE_CONNS=${GATEWAY_MAX_IDLE_CONNS:-2560}
-
GATEWAY_MAX_IDLE_CONNS=${GATEWAY_MAX_IDLE_CONNS:-2560}
-
GATEWAY_MAX_IDLE_CONNS_PER_HOST=${GATEWAY_MAX_IDLE_CONNS_PER_HOST:-120}
-
GATEWAY_MAX_IDLE_CONNS_PER_HOST=${GATEWAY_MAX_IDLE_CONNS_PER_HOST:-120}
-
GATEWAY_MAX_CONNS_PER_HOST=${GATEWAY_MAX_CONNS_PER_HOST:-
1024
}
-
GATEWAY_MAX_CONNS_PER_HOST=${GATEWAY_MAX_CONNS_PER_HOST:-
8192
}
# =======================================================================
# =======================================================================
# Redis Configuration
# Redis Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment