We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050d125 commit cf38c3dCopy full SHA for cf38c3d
1 file changed
pkg/gateway/xds/translator/cluster.go
@@ -33,7 +33,7 @@ import (
33
const (
34
extensionOptionsKey = "envoy.extensions.upstreams.http.v3.HttpProtocolOptions"
35
// https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
36
- tcpClusterPerConnectionBufferLimitBytes = 32768
+ tcpClusterPerConnectionBufferLimitBytes = 1048576 // 1 MiB
37
tcpClusterPerConnectTimeout = 10 * time.Second
38
)
39
0 commit comments