Skip to content

Commit

Permalink
cmd: add default value for cache-expire flag (#4327)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD authored Jan 10, 2024
1 parent 892a3cc commit 62d9a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func dataCacheFlags() []cli.Flag {
},
&cli.StringFlag{
Name: "cache-expire",
Value: "0",
Usage: "cached blocks not accessed for longer than this option will be automatically evicted (0 means never)",
},
})
Expand Down

0 comments on commit 62d9a84

Please sign in to comment.