aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-26 12:12:35 +0100
committerChocobozzz <me@florianbigard.com>2018-02-26 12:12:49 +0100
commit98f535a508be221a343457f6d38eb7a96d650faf (patch)
tree7757c33b16acf45f098bb2de57d85d0bd2a61ebb /config
parent3babbd2503719ede80577970d720c013ace33794 (diff)
downloadPeerTube-98f535a508be221a343457f6d38eb7a96d650faf.tar.gz
PeerTube-98f535a508be221a343457f6d38eb7a96d650faf.tar.zst
PeerTube-98f535a508be221a343457f6d38eb7a96d650faf.zip
Only use 1 thread for transcoding by default
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