mirror of https://github.com/status-im/op-geth.git
rpc: increase maxRequestContentLength size to 512kB (#17595)
This commit is contained in:
parent
6663e5da10
commit
b66f793443
|
@ -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…
Reference in New Issue