diff --git a/yaci-indexer/src/main/resources/application.properties b/yaci-indexer/src/main/resources/application.properties index 05b5a436e..c6acb8fc3 100644 --- a/yaci-indexer/src/main/resources/application.properties +++ b/yaci-indexer/src/main/resources/application.properties @@ -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 @@ -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 \ No newline at end of file +store.epoch.endpoints.epoch.local.enabled=true