From 4529a1976354c258454553fe27ed70a1c3788467 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:05:48 +0200 Subject: [PATCH] disable snashots for testing --- erigon.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erigon.yml b/erigon.yml index f82575d8..99537a7b 100644 --- a/erigon.yml +++ b/erigon.yml @@ -18,12 +18,11 @@ services: - chains command: > --chain mainnet + --snapshots=false --externalcl --port=16630 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 - --torrent.upload.rate="1250mb" - --torrent.download.rate="1250mb" --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 @@ -34,7 +33,7 @@ services: --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool - --rpc.returndata.limit=1000000 + --rpc.returndata.limit=1100000 --rpc.gascap=5000000000 --ws restart: unless-stopped