use environment file for tasks and encoding queue

This commit is contained in:
j 2021-11-15 11:42:32 +00:00
commit 491d8c4629
4 changed files with 14 additions and 4 deletions

3
pandora/encoding.conf Normal file
View file

@ -0,0 +1,3 @@
LOGLEVEL=info
MAX_TASKS_PER_CHILD=500
CONCURRENCY=1

3
pandora/tasks.conf Normal file
View file

@ -0,0 +1,3 @@
LOGLEVEL=info
MAX_TASKS_PER_CHILD=1000
CONCURRENCY=2