make thread count configurable (#868)
* feat: add configuration for reindex and expunge thread counts * fix formatting
This commit is contained in:
@@ -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
|
||||
# -------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user