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 (
DefaultMaxRecvSize int64 = 1024 * 1024 * 10 // 10Mb
DefaultMaxRecvSize int64 = 1024 * 1024 * 100 // 10Mb
)
type Options struct {