Skip to content

Commit

Permalink
Merge pull request #176 from cardano-foundation/update_config
Browse files Browse the repository at this point in the history
chore: update application.yml
  • Loading branch information
satran004 committed Apr 25, 2024
2 parents f1edb66 + ebeff7b commit 0dc804c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aggregation-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ store:
account:
enabled: true
balance-aggregation-enabled: true
history-cleanup-enabled: ${ACCOUNT_HISTORY_CLEANUP_ENABLED:false}
history-cleanup-enabled: ${ACCOUNT_HISTORY_CLEANUP_ENABLED:true}
# 3 months
balance-cleanup-slot-count: ${ACCOUNT_BALANCE_CLEANUP_SLOT_COUNT:7889238}
api-enabled: true
Expand All @@ -51,6 +51,8 @@ store:
save-address: true
address-cache-enabled: true
address-cache-size: 100000
pruning-enabled: ${UTXO_PRUNING_ENABLED:true}
pruning-interval: ${UTXO_PRUNING_INTERVAL:600}
executor:
enable-parallel-processing: true
block-processing-threads: 15
Expand Down

0 comments on commit 0dc804c

Please sign in to comment.