Skip to content

Commit

Permalink
chore: Rolling back additional config properties for store specific c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
satran004 committed Apr 25, 2024
1 parent 0dc804c commit f0496b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aggregation-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ store:
account:
enabled: true
balance-aggregation-enabled: true
history-cleanup-enabled: ${ACCOUNT_HISTORY_CLEANUP_ENABLED:true}
history-cleanup-enabled: false
# 3 months
balance-cleanup-slot-count: ${ACCOUNT_BALANCE_CLEANUP_SLOT_COUNT:7889238}
balance-cleanup-slot-count: 7889238
api-enabled: true
parallel-write: true
write-thread-default-batch-size: 1000
jooq-write-batch-size: 3000
write-thread-count: 5
save-address-tx-amount: ${SAVE_ADDRESS_TX_AMOUNT:true}
address-tx-amount-include-zero-amount: ${ADDRESS_TX_AMOUNT_INCLUDE_ZERO_AMOUNT:true}
address-tx-amount-exclude-zero-token-amount: ${ADDRESS_TX_AMOUNT_EXCLUDE_ZERO_TOKEN_AMOUNT:true}
save-address-tx-amount: true
address-tx-amount-include-zero-amount: true
address-tx-amount-exclude-zero-token-amount: true
utxo:
save-address: true
address-cache-enabled: true
address-cache-size: 100000
pruning-enabled: ${UTXO_PRUNING_ENABLED:true}
pruning-interval: ${UTXO_PRUNING_INTERVAL:600}
pruning-enabled: true
pruning-interval: 600
executor:
enable-parallel-processing: true
block-processing-threads: 15
Expand Down

0 comments on commit f0496b1

Please sign in to comment.