From 0c47b9b12fe0fee10e04bfa429e29776c53411e1 Mon Sep 17 00:00:00 2001 From: Thomas Kammerlocher Date: Tue, 6 Aug 2024 06:37:56 +0200 Subject: [PATCH] chore: removed typo from application.properties --- yaci-indexer/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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