diff --git a/api/handler/options.go b/api/handler/options.go index 6feeec24..43401167 100644 --- a/api/handler/options.go +++ b/api/handler/options.go @@ -6,7 +6,7 @@ import ( ) var ( - DefaultMaxRecvSize int64 = 1024 * 1024 * 10 // 10Mb + DefaultMaxRecvSize int64 = 1024 * 1024 * 100 // 10Mb ) type Options struct {