From 62f9a054a47b20148df60f1bb01b7fd578a7d40c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 26 Mar 2020 16:57:31 +0000 Subject: [PATCH] 100mb (#1421) --- api/handler/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {