From 078b88cd168d1d0566644279b5ce0ff8858611ae Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 26 Oct 2022 14:59:04 +0200 Subject: [PATCH] added torrent download/upload limits --- erigon.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erigon.yml b/erigon.yml index 6cb654ba..b331312f 100644 --- a/erigon.yml +++ b/erigon.yml @@ -16,6 +16,8 @@ services: erigon --chain mainnet --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