And thats what happens when you do a crapload of work with *.ts in .eslintignore... :/

This commit is contained in:
iPromKnight
2024-02-07 19:58:29 +00:00
committed by iPromKnight
parent 189fdd466e
commit 9aba1c13b1
55 changed files with 1987 additions and 576 deletions

View File

@@ -23,7 +23,9 @@ RABBIT_URI=amqp://guest:guest@rabbitmq:5672/?heartbeat=30
QUEUE_NAME=ingested
JOB_CONCURRENCY=5
JOBS_ENABLED=true
MAX_SINGLE_TORRENT_CONNECTIONS=10
LOG_LEVEL=info # can be debug for extra verbosity (a lot more verbosity - useful for development)
MAX_CONNECTIONS_PER_TORRENT=10
MAX_CONNECTIONS_OVERALL=100
TORRENT_TIMEOUT=30000
UDP_TRACKERS_ENABLED=true
CONSUMER_REPLICAS=3