Document new PROCESS_THREADS setting in example file

This commit is contained in:
Mark Veidemanis 2022-09-20 22:43:04 +01:00
parent 31c58dd85b
commit 869af451e5
1 changed files with 5 additions and 1 deletions

View File

@ -35,3 +35,7 @@ MONOLITH_CH4_CRAWL_DELAY=30
# Semaphore value
MONOLITH_CH4_THREADS_SEMAPHORE=1000
# Threads to use for data processing
# Leave uncommented to use all available threads
# MONOLITH_PROCESS_THREADS=4