diff --git a/env.example b/env.example index 4db5053..1731b69 100644 --- a/env.example +++ b/env.example @@ -34,4 +34,8 @@ MONOLITH_CH4_THREADS_DELAY=0.1 MONOLITH_CH4_CRAWL_DELAY=30 # Semaphore value -MONOLITH_CH4_THREADS_SEMAPHORE=1000 \ No newline at end of file +MONOLITH_CH4_THREADS_SEMAPHORE=1000 + +# Threads to use for data processing +# Leave uncommented to use all available threads +# MONOLITH_PROCESS_THREADS=4 \ No newline at end of file