mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
rpc: increased maxRequestContentLength size to 512kB
This commit is contained in:
parent
5918b88a8f
commit
69140fa366
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue