mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Remove safe slots to import flag (#13624)
This commit is contained in:
@@ -142,12 +142,6 @@ var (
|
||||
Usage: "The percentage of freshly allocated data to live data on which the gc will be run again.",
|
||||
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
|
||||
// section of beaconDB.
|
||||
SlotsPerArchivedPoint = &cli.IntFlag{
|
||||
|
||||
Reference in New Issue
Block a user