Skip to content

Commit

Permalink
snapshot enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
niuxiaojie81 committed Oct 30, 2023
1 parent 1ebc677 commit cf2fb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ var (
Usage: "Time interval to regenerate the trie cache journal",
Value: ethconfig.Defaults.TrieCleanCacheRejournal,
}
SnapshotFlag = cli.BoolFlag{
SnapshotFlag = cli.BoolTFlag{
Name: "snapshot",
Usage: `Enables snapshot-database mode`,
Usage: `Enables snapshot-database mode (default = enable)`,
}
BloomFilterSizeFlag = cli.Uint64Flag{
Name: "bloomfilter.size",
Expand Down

0 comments on commit cf2fb08

Please sign in to comment.