mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Remove safe slots to import flag (#13624)
This commit is contained in:
parent
0dfe19c3dd
commit
50d1961e52
@ -142,12 +142,6 @@ var (
|
|||||||
Usage: "The percentage of freshly allocated data to live data on which the gc will be run again.",
|
Usage: "The percentage of freshly allocated data to live data on which the gc will be run again.",
|
||||||
Value: 100,
|
Value: 100,
|
||||||
}
|
}
|
||||||
// SafeSlotsToImportOptimistically is deprecated. It should be removed in the next major release.
|
|
||||||
SafeSlotsToImportOptimistically = &cli.IntFlag{
|
|
||||||
Name: "safe-slots-to-import-optimistically",
|
|
||||||
Usage: "DEPRECATED. DO NOT USE",
|
|
||||||
Hidden: true,
|
|
||||||
}
|
|
||||||
// SlotsPerArchivedPoint specifies the number of slots between the archived points, to save beacon state in the cold
|
// SlotsPerArchivedPoint specifies the number of slots between the archived points, to save beacon state in the cold
|
||||||
// section of beaconDB.
|
// section of beaconDB.
|
||||||
SlotsPerArchivedPoint = &cli.IntFlag{
|
SlotsPerArchivedPoint = &cli.IntFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user