mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 15:31:20 +00:00
Add skip to log (#6014)
This commit is contained in:
parent
7be8942079
commit
b7c856af6f
@ -31,7 +31,7 @@ func (kv *Store) HistoricalStatesDeleted(ctx context.Context) error {
|
||||
}
|
||||
|
||||
if historicalStateDeleted {
|
||||
log.Warn("Regenerating and saving historical states. This may take a while.")
|
||||
log.Warn("Regenerating and saving historical states. This may take a while. Skip this with --skip-regen-historical-states")
|
||||
if err := kv.regenHistoricalStates(ctx); err != nil {
|
||||
return errors.Wrap(err, "could not regenerate historical states, please retry")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user