diff --git a/rpc/http.go b/rpc/http.go index df33c5d2ea0..4481dbe772f 100644 --- a/rpc/http.go +++ b/rpc/http.go @@ -37,7 +37,7 @@ import ( ) const ( - maxRequestContentLength = 1024 * 1024 * 5 + maxRequestContentLength = 1024 * 1024 * 10 contentType = "application/json" jwtTokenExpiry = 60 * time.Second )