fix(tiller) 2261 Increase maxMsgSize to 20MB

pull/2262/head
Serguei Bezverkhi 9 years ago
parent 0ab38a998c
commit 7405377202

@ -30,7 +30,7 @@ import (
// maxMsgSize use 10MB as the default message size limit.
// grpc library default is 4MB
var maxMsgSize = 1024 * 1024 * 10
var maxMsgSize = 1024 * 1024 * 20
// DefaultServerOpts returns the set of default grpc ServerOption's that Tiller requires.
func DefaultServerOpts() []grpc.ServerOption {

Loading…
Cancel
Save