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

pull/17754/merge
HackyMiner 6 years ago committed by Felix Lange
parent 6663e5da10
commit b66f793443
  1. 2
      rpc/http.go

@ -37,7 +37,7 @@ import (
const (
contentType = "application/json"
maxRequestContentLength = 1024 * 128
maxRequestContentLength = 1024 * 512
)
var nullAddr, _ = net.ResolveTCPAddr("tcp", "127.0.0.1:0")

Loading…
Cancel
Save