Skip to content

Commit

Permalink
chore: Rename few yaci store specific configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Mar 14, 2024
1 parent 601564d commit adf4e9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aggregation-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apiPrefix: /api/v1

logging:
file:
name: ./logs/ls-aggregation.log
name: ./logs/ledger-sync-aggr.log

store:
event-publisher-id: 1000
Expand All @@ -39,13 +39,14 @@ store:
balance-cleanup-slot-count: 7889238
api-enabled: true
parallel-write: true
per-thread-batch-size: 6000
write-thread-default-batch-size: 6000
jooq-write-batch-size: 3000
write-thread-count: 5
executor:
enable-parallel-processing: true
block-processing-threads: 15
event-processing-threads: 30
blocks-batch-size: 100
blocks-partition-size: 10
use-virtual-thread-for-batch-processing: false
use-virtual-thread-for-event-processing: false
use-virtual-thread-for-event-processing: true

0 comments on commit adf4e9e

Please sign in to comment.