From 159f1eb3e13bdfe8efd851baf603e6dafdd7f65a Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Thu, 30 Oct 2025 16:56:09 +0100 Subject: [PATCH] add missing property in application.yaml --- src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 5dff60e..c0dff53 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -283,6 +283,7 @@ hapi: # Defaults to Runtime.getRuntime().availableProcessors() if not specified # reindex_thread_count: 4 # Number of threads to use for reindex operations # expunge_thread_count: 4 # Number of threads to use for expunge operations + # mark_resources_for_reindexing_upon_search_parameter_change: false # ------------------------------------------------------------------------------- # G. Narrative & Validation