disable snashots for testing

This commit is contained in:
Sebastian
2023-08-29 15:05:48 +02:00
parent d57d405e1b
commit 4529a19763

View File

@@ -18,12 +18,11 @@ services:
- chains - chains
command: > command: >
--chain mainnet --chain mainnet
--snapshots=false
--externalcl --externalcl
--port=16630 --port=16630
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 --private.api.addr=0.0.0.0:9090
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--pprof --pprof
--pprof.addr=0.0.0.0 --pprof.addr=0.0.0.0
--pprof.port=6061 --pprof.port=6061
@@ -34,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