1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
This commit is contained in:
Asim Aslam
2020-03-26 16:57:31 +00:00
committed by GitHub
parent 00e7804f96
commit 62f9a054a4

View File

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