diff --git a/http.go b/http.go index ffa251b..bda426e 100644 --- a/http.go +++ b/http.go @@ -35,7 +35,7 @@ import ( ) const ( - maxRequestContentLength = 1024 * 512 + maxRequestContentLength = 10 << 20 contentType = "application/json" )