Commit b66f7934 authored by HackyMiner's avatar HackyMiner Committed by Felix Lange

rpc: increase maxRequestContentLength size to 512kB (#17595)

parent 6663e5da
...@@ -37,7 +37,7 @@ import ( ...@@ -37,7 +37,7 @@ import (
const ( const (
contentType = "application/json" contentType = "application/json"
maxRequestContentLength = 1024 * 128 maxRequestContentLength = 1024 * 512
) )
var nullAddr, _ = net.ResolveTCPAddr("tcp", "127.0.0.1:0") var nullAddr, _ = net.ResolveTCPAddr("tcp", "127.0.0.1:0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment