Only use 1 thread for transcoding by default

pull/318/head
Chocobozzz 2018-02-26 12:12:35 +01:00
parent 3babbd2503
commit 98f535a508
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ user:
# Uses a lot of CPU and increases storage!
transcoding:
enabled: true
threads: 2
threads: 1
resolutions: # Only created if the original video has a higher resolution
240p: false
360p: false

View File

@ -62,7 +62,7 @@ user:
# Uses a lot of CPU!
transcoding:
enabled: true
threads: 2
threads: 1
resolutions: # Only created if the original video has a higher resolution
240p: false
360p: false