From 52cc47a3b4e93f90a40cf77a8ee9c411b29118c1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:26:38 +0100 Subject: [PATCH] oops metrics got cutoff --- polygon/erigon/scripts/entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/polygon/erigon/scripts/entrypoint.sh b/polygon/erigon/scripts/entrypoint.sh index 533f8767..9a60e8a4 100644 --- a/polygon/erigon/scripts/entrypoint.sh +++ b/polygon/erigon/scripts/entrypoint.sh @@ -5,8 +5,6 @@ set -e # Set Bor Home Directory ERIGON_HOME=/datadir -#HEIMDALLD=http://heimdalld:26657 -#HEIMDALLR=http://heimdallr:1317 if [ "${BOOTSTRAP}" == 1 ] && [ -n "${SNAPSHOT_URL}" ] && [ ! -f "${ERIGON_HOME}/bootstrapped" ]; then @@ -31,7 +29,7 @@ exec erigon \ --datadir=${ERIGON_HOME} \ --http --http.addr="0.0.0.0" --http.port="8545" --http.compression --http.vhosts="*" --http.corsdomain="*" --http.api="eth,debug,net,trace,web3,erigon,bor" \ --ws --ws.compression \ - --port=27113 + --port=27113 \ --snap.keepblocks=true \ --snapshots="true" \ --torrent.upload.rate="1250mb" --torrent.download.rate="1250mb" \