@ -28,7 +28,7 @@ import (
"k8s.io/helm/pkg/version"
)
// maxMsgSize use 10MB as the default message size limit.
// maxMsgSize use 20MB as the default message size limit.
// grpc library default is 4MB
var maxMsgSize = 1024 * 1024 * 20