bump version and raise limit for response sizes
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
erigon-mainnet:
|
erigon-mainnet:
|
||||||
image: thorax/erigon:v2.40.1
|
image: thorax/erigon:v2.42.0
|
||||||
expose:
|
expose:
|
||||||
- "16630"
|
- "16630"
|
||||||
- "9090"
|
- "9090"
|
||||||
@@ -34,6 +34,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
|
||||||
--ws
|
--ws
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|||||||
Reference in New Issue
Block a user