make thread count configurable (#868)

* feat: add configuration for reindex and expunge thread counts

* fix formatting
This commit is contained in:
Patrick Werner
2025-10-09 14:15:17 +02:00
committed by GitHub
parent a499603883
commit a55c8f20a9
3 changed files with 38 additions and 0 deletions

View File

@@ -279,6 +279,11 @@ hapi:
# filter_search_enabled: true
# graphql_enabled: true
# Thread pool configuration for maintenance operations
# 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
# -------------------------------------------------------------------------------
# G. Narrative & Validation
# -------------------------------------------------------------------------------