Skip to content

Commit

Permalink
Lighthouse archive node aggressively backfills
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 24, 2024
1 parent e36b7ce commit a0f3a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ -n "${RAPID_SYNC_URL}" ]; then
echo "Checkpoint sync enabled"
if [ "${ARCHIVE_NODE}" = "true" ]; then
echo "Lighthouse archive node without pruning"
__prune="--reconstruct-historic-states --genesis-backfill"
__prune="--reconstruct-historic-states --genesis-backfill --disable-backfill-rate-limiting"
else
__prune=""
fi
Expand Down

0 comments on commit a0f3a7a

Please sign in to comment.