aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 3243d016d..a634be61c 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -62,7 +62,7 @@ user:
62# Uses a lot of CPU and increases storage! 62# Uses a lot of CPU and increases storage!
63transcoding: 63transcoding:
64 enabled: true 64 enabled: true
65 threads: 2 65 threads: 1
66 resolutions: # Only created if the original video has a higher resolution 66 resolutions: # Only created if the original video has a higher resolution
67 240p: false 67 240p: false
68 360p: false 68 360p: false
diff --git a/config/production.yaml.example b/config/production.yaml.example
index b43d778e1..402759132 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -62,7 +62,7 @@ user:
62# Uses a lot of CPU! 62# Uses a lot of CPU!
63transcoding: 63transcoding:
64 enabled: true 64 enabled: true
65 threads: 2 65 threads: 1
66 resolutions: # Only created if the original video has a higher resolution 66 resolutions: # Only created if the original video has a higher resolution
67 240p: false 67 240p: false
68 360p: false 68 360p: false