mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Bump sync-tolerance-epoch and make it a cli param
This commit is contained in:
@@ -561,6 +561,14 @@ pub fn cli_app() -> Command {
|
||||
.action(ArgAction::SetTrue)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("sync-tolerance-epochs")
|
||||
.long("sync-tolerance-epochs")
|
||||
.help("If the beacon node is within this many epochs from the head, we declare it to \
|
||||
be synced regardless of the network sync state")
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("http-sse-capacity-multiplier")
|
||||
.long("http-sse-capacity-multiplier")
|
||||
|
||||
Reference in New Issue
Block a user