Document new PROCESS_THREADS setting in example file
This commit is contained in:
parent
6de17063a2
commit
e0803d4934
|
@ -34,4 +34,8 @@ MONOLITH_CH4_THREADS_DELAY=0.1
|
|||
MONOLITH_CH4_CRAWL_DELAY=30
|
||||
|
||||
# Semaphore value
|
||||
MONOLITH_CH4_THREADS_SEMAPHORE=1000
|
||||
MONOLITH_CH4_THREADS_SEMAPHORE=1000
|
||||
|
||||
# Threads to use for data processing
|
||||
# Leave uncommented to use all available threads
|
||||
# MONOLITH_PROCESS_THREADS=4
|
Loading…
Reference in New Issue