Skip to content

Commit

Permalink
chore: removed typo from application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo authored Aug 6, 2024
1 parent 64a301a commit 0c47b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaci-indexer/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ store.executor.use-virtual-thread-for-batch-processing=true
store.executor.use-virtual-thread-for-event-processing=true

## Enable this flag to automatically delete optional indexes at the start of synchronization and recreate them once it approaches completion
store.auto-index-management=trueso
store.auto-index-management=true

#####################################
# DB insert batch properties for JOOQ
Expand All @@ -110,4 +110,4 @@ store.admin.health-check-interval=20
store.utxo.pruning-enabled=${PRUNING_ENABLED:true}
store.utxo.pruning-interval=600

store.epoch.endpoints.epoch.local.enabled=true
store.epoch.endpoints.epoch.local.enabled=true

0 comments on commit 0c47b9b

Please sign in to comment.