Remove safe slots to import flag (#13624)

This commit is contained in:
terence 2024-02-15 10:59:05 -08:00 committed by GitHub
parent 0dfe19c3dd
commit 50d1961e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{