mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Set epochs-per-blob-prune default to 256 (#7113)
Partially #7100 Set blob pruning to default to once per day
This commit is contained in:
@@ -1009,7 +1009,7 @@ pub fn cli_app() -> Command {
|
||||
database when they are older than the data availability boundary \
|
||||
relative to the current epoch.")
|
||||
.action(ArgAction::Set)
|
||||
.default_value("1")
|
||||
.default_value("256")
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user