2022-09-20 17:13:46 +00:00
|
|
|
PORTAINER_GIT_DIR=.
|
|
|
|
MODULES_ENABLED="dis"
|
|
|
|
DISCORD_TOKEN="xx"
|
|
|
|
THRESHOLD_LISTENER_HOST=0.0.0.0
|
|
|
|
THRESHOLD_LISTENER_PORT=13867
|
|
|
|
THRESHOLD_LISTENER_SSL=1
|
|
|
|
|
|
|
|
THRESHOLD_RELAY_ENABLED=0
|
|
|
|
THRESHOLD_RELAY_HOST=0.0.0.0
|
|
|
|
THRESHOLD_RELAY_PORT=13868
|
|
|
|
THRESHOLD_RELAY_SSL=1
|
|
|
|
|
|
|
|
THRESHOLD_API_ENABLED=1
|
|
|
|
THRESHOLD_API_HOST=0.0.0.0
|
|
|
|
THRESHOLD_API_PORT=13869
|
|
|
|
PORTAINER_GIT_DIR=.
|
|
|
|
|
|
|
|
THRESHOLD_CONFIG_DIR=./legacy/conf/live/
|
|
|
|
THRESHOLD_CERT_DIR=./legacy/conf/cert/
|
|
|
|
|
|
|
|
# How many messages to ingest at once from Redis
|
|
|
|
MONOLITH_INGEST_CHUNK_SIZE=900
|
|
|
|
|
|
|
|
# Time to wait between polling Redis again
|
|
|
|
MONOLITH_INGEST_ITER_DELAY=0.5
|
|
|
|
|
|
|
|
# Number of 4chan threads to request at once
|
|
|
|
MONOLITH_CH4_THREADS_CONCURRENT=1000
|
|
|
|
|
|
|
|
# Time to wait between every MONOLITH_CH4_THREADS_CONCURRENT threads
|
|
|
|
MONOLITH_CH4_THREADS_DELAY=0.1
|
|
|
|
|
|
|
|
# Time to wait after finishing a crawl before starting again
|
|
|
|
MONOLITH_CH4_CRAWL_DELAY=30
|
|
|
|
|
|
|
|
# Semaphore value
|
2022-09-20 21:43:04 +00:00
|
|
|
MONOLITH_CH4_THREADS_SEMAPHORE=1000
|
|
|
|
|
|
|
|
# Threads to use for data processing
|
|
|
|
# Leave uncommented to use all available threads
|
|
|
|
# MONOLITH_PROCESS_THREADS=4
|