From 98f535a508be221a343457f6d38eb7a96d650faf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Feb 2018 12:12:35 +0100 Subject: Only use 1 thread for transcoding by default --- config/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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: # 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 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: # 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 -- cgit v1.2.3