We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c3aaa commit d17e15fCopy full SHA for d17e15f
2 files changed
all-in-one/scripts/start-gateway.sh
@@ -27,6 +27,7 @@ else
27
fi
28
29
/usr/local/bin/higress-proxy-start.sh proxy router \
30
+ --concurrency=${GATEWAY_CONCURRENCY:-16} \
31
--domain=higress-system.svc.cluster.local \
32
--proxyLogLevel=${GATEWAY_LOG_LEVEL:-warning} \
33
--proxyComponentLogLevel=${GATEWAY_COMPONENT_LOG_LEVEL:-misc:error} \
compose/docker-compose.yml
@@ -177,6 +177,8 @@ services:
177
command:
178
- proxy
179
- router
180
+ - --concurrency
181
+ - "16"
182
- --domain
183
- higress-system.svc.cluster.local
184
- --proxyLogLevel=warning
0 commit comments