mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 21:11:20 +00:00
save
This commit is contained in:
parent
ce9203d80d
commit
b9e54fa2e1
@ -421,7 +421,7 @@ func doRetireCommand(cliCtx *cli.Context) error {
|
||||
log.Info("Prune state history")
|
||||
if err := db.Update(ctx, func(tx kv.RwTx) error {
|
||||
agg.SetTx(tx)
|
||||
if err = agg.Prune(ctx, ethconfig.HistoryV3AggregationStep*10); err != nil {
|
||||
if err = agg.Prune(ctx, ethconfig.HistoryV3AggregationStep*1024); err != nil {
|
||||
return err
|
||||
}
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user