use environment file for tasks and encoding queue
This commit is contained in:
parent
476fa9f0a3
commit
491d8c4629
4 changed files with 14 additions and 4 deletions
3
pandora/encoding.conf
Normal file
3
pandora/encoding.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
LOGLEVEL=info
|
||||
MAX_TASKS_PER_CHILD=500
|
||||
CONCURRENCY=1
|
||||
3
pandora/tasks.conf
Normal file
3
pandora/tasks.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
LOGLEVEL=info
|
||||
MAX_TASKS_PER_CHILD=1000
|
||||
CONCURRENCY=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue