1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-29 20:39:48 +02:00
This commit is contained in:
Asim Aslam 2020-03-26 16:57:31 +00:00 committed by GitHub
parent 00e7804f96
commit 62f9a054a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import (
) )
var ( var (
DefaultMaxRecvSize int64 = 1024 * 1024 * 10 // 10Mb DefaultMaxRecvSize int64 = 1024 * 1024 * 100 // 10Mb
) )
type Options struct { type Options struct {