Only use 1 thread for transcoding by default
authorChocobozzz <me@florianbigard.com>
Mon, 26 Feb 2018 11:12:35 +0000 (12:12 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 26 Feb 2018 11:12:49 +0000 (12:12 +0100)
config/default.yaml
config/production.yaml.example

index 3243d016d6e9a61158cd122dcd2f52c543083a08..a634be61c15519d34fe44f670e2f61e2f83ef499 100644 (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
index b43d778e1bb6d14b2ff4a0625e8013207df1093c..40275913291bbdda91f842cdd48be3cda72019cc 100644 (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