Skip to content

Commit

Permalink
use archive as mod
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Dec 18, 2024
1 parent e96d140 commit fd90865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var (
Full: Keep only blocks and latest state,
Archive: Keep the entire indexed database, aka. no pruning,
Minimal: Keep only latest state`,
Value: "full",
Value: "archive",
}
PruneDistanceFlag = cli.Uint64Flag{
Name: "prune.distance",
Expand Down

0 comments on commit fd90865

Please sign in to comment.