mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
@@ -530,6 +530,16 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
[default: 1]. You may change the compression level freely without re-syncing.")
|
||||
.takes_value(true)
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("prune-payloads")
|
||||
.long("prune-payloads")
|
||||
.help("Prune execution payloads from Lighthouse's database. This saves space but \
|
||||
imposes load on the execution client, as payloads need to be \
|
||||
reconstructed and sent to syncing peers.")
|
||||
.takes_value(true)
|
||||
.default_value("true")
|
||||
)
|
||||
|
||||
/*
|
||||
* Misc.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user