pause deployment of long-range sync option default (#6436)
This commit is contained in:
parent
377698d65a
commit
6fa852400d
|
@ -562,9 +562,10 @@ type
|
|||
name: "light-client-data-max-periods" .}: Option[uint64]
|
||||
|
||||
longRangeSync* {.
|
||||
hidden
|
||||
desc: "Enable long-range syncing (genesis sync)",
|
||||
defaultValue: LongRangeSyncMode.Light,
|
||||
name: "long-range-sync".}: LongRangeSyncMode
|
||||
defaultValue: LongRangeSyncMode.Lenient,
|
||||
name: "debug-long-range-sync".}: LongRangeSyncMode
|
||||
|
||||
inProcessValidators* {.
|
||||
desc: "Disable the push model (the beacon node tells a signing process with the private keys of the validators what to sign and when) and load the validators in the beacon node itself"
|
||||
|
|
|
@ -112,7 +112,6 @@ The following options are available:
|
|||
--light-client-data-import-mode Which classes of light client data to import. Must be one of: none, only-new,
|
||||
full (slow startup), on-demand (may miss validator duties) [=only-new].
|
||||
--light-client-data-max-periods Maximum number of sync committee periods to retain light client data.
|
||||
--long-range-sync Enable long-range syncing (genesis sync) [=LongRangeSyncMode.Light].
|
||||
--in-process-validators Disable the push model (the beacon node tells a signing process with the private
|
||||
keys of the validators what to sign and when) and load the validators in the
|
||||
beacon node itself [=true].
|
||||
|
|
Loading…
Reference in New Issue