mirror of https://github.com/Chocobozzz/PeerTube
Only use 1 thread for transcoding by default
parent
3babbd2503
commit
98f535a508
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue