From a59dbb66dc712abe94a37eb64ecacd88f87e0482 Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 19 Oct 2022 14:39:11 +0200 Subject: [PATCH] add torrent.upload/download.rate to erigon in entrypoint.sh --- polygon/erigon/scripts/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/polygon/erigon/scripts/entrypoint.sh b/polygon/erigon/scripts/entrypoint.sh index 7f338147..cdfbd451 100644 --- a/polygon/erigon/scripts/entrypoint.sh +++ b/polygon/erigon/scripts/entrypoint.sh @@ -32,5 +32,6 @@ exec erigon \ --ws --ws.compression \ --snap.keepblocks=true \ --snapshots="true" \ + --torrent.upload.rate="1250mb" --torrent.download.rate="1250mb" \ --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \ --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 \ No newline at end of file