pull/3528/merge
Koen 8 years ago committed by GitHub
commit 05e043247e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -310,6 +310,7 @@ func (h *Client) connect(ctx context.Context) (conn *grpc.ClientConn, err error)
// getting closed by upstreams // getting closed by upstreams
Time: time.Duration(30) * time.Second, Time: time.Duration(30) * time.Second,
}), }),
grpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(1024 * 1024 * 20)),
} }
switch { switch {
case h.opts.useTLS: case h.opts.useTLS:

Loading…
Cancel
Save