add torrent.upload/download.rate to erigon in entrypoint.sh

This commit is contained in:
cventastic
2022-10-19 14:39:11 +02:00
parent 80cc6ce977
commit a59dbb66dc

View File

@@ -32,5 +32,6 @@ exec erigon \
--ws --ws.compression \ --ws --ws.compression \
--snap.keepblocks=true \ --snap.keepblocks=true \
--snapshots="true" \ --snapshots="true" \
--torrent.upload.rate="1250mb" --torrent.download.rate="1250mb" \
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \ --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \
--pprof --pprof.addr=0.0.0.0 --pprof.port=6061 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061