up the calldata limit

This commit is contained in:
Sebastian
2023-09-21 10:21:29 +02:00
parent a7e1232fb4
commit e0c238206c

View File

@@ -33,7 +33,7 @@ services:
--http.vhosts=* --http.vhosts=*
--http.corsdomain=* --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1000000 --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 --rpc.gascap=5000000000
--ws --ws
restart: unless-stopped restart: unless-stopped