File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,3 +96,7 @@ STATSD_ADDRESS="172.17.0.1"
9696
9797# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
9898# RETH_FB_WEBSOCKET_URL=wss://mainnet.flashblocks.base.org/ws
99+
100+ # PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
101+ # NOTE: Set any number of blocks you want, but it should be >10064
102+ # RETH_PRUNING_ARGS="--prune.senderrecovery.distance=50000 --prune.transactionlookup.distance=50000 --prune.receipts.distance=50000 --prune.accounthistory.distance=50000 --prune.storagehistory.distance=50000 --prune.bodies.distance=50000"
Original file line number Diff line number Diff line change @@ -96,3 +96,7 @@ STATSD_ADDRESS="172.17.0.1"
9696
9797# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
9898# RETH_FB_WEBSOCKET_URL=wss://sepolia.flashblocks.base.org/ws
99+
100+ # PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
101+ # NOTE: Set any number of blocks you want, but it should be >10064
102+ # RETH_PRUNING_ARGS="--prune.senderrecovery.distance=50000 --prune.transactionlookup.distance=50000 --prune.receipts.distance=50000 --prune.accounthistory.distance=50000 --prune.storagehistory.distance=50000 --prune.bodies.distance=50000"
You can’t perform that action at this time.
0 commit comments