mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
fix env var of ISTIO_GPRC_MAXRECVMSGSIZE (#923)
Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
revision: ""
|
revision: ""
|
||||||
global:
|
global:
|
||||||
xdsMaxRecvMsgSize: 104857600
|
xdsMaxRecvMsgSize: "104857600"
|
||||||
defaultUpstreamConcurrencyThreshold: 10000
|
defaultUpstreamConcurrencyThreshold: 10000
|
||||||
enableSRDS: true
|
enableSRDS: true
|
||||||
onDemandRDS: false
|
onDemandRDS: false
|
||||||
|
|||||||
Reference in New Issue
Block a user