mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Rework Validator Client fallback mechanism
This commit is contained in:
@@ -363,6 +363,14 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.default_value("500")
|
||||
.takes_value(true),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("beacon-node-sync-tolerance")
|
||||
.long("beacon-node-sync-tolerance")
|
||||
.help("Sets the number of slots behind the head that each connected Beacon Node can be \
|
||||
to still be considered synced. Effectively this gives more priority to the first \
|
||||
connected Beacon Node.")
|
||||
.takes_value(true),
|
||||
)
|
||||
/*
|
||||
* Experimental/development options.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user