fix: dont use prune mode full (#10652)

This commit is contained in:
Matthias Seitz
2024-09-02 11:59:44 +02:00
committed by GitHub
parent ef975f15eb
commit 68f852ba54

View File

@ -32,7 +32,7 @@ impl PruningArgs {
.deposit_contract
.as_ref()
.map(|contract| PruneMode::Before(contract.block))
.or(Some(PruneMode::Full)),
.or(Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE))),
account_history: Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE)),
storage_history: Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE)),
receipts_log_filter: ReceiptsLogPruneConfig(