diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-26 12:12:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-26 12:12:49 +0100 |
commit | 98f535a508be221a343457f6d38eb7a96d650faf (patch) | |
tree | 7757c33b16acf45f098bb2de57d85d0bd2a61ebb /config/default.yaml | |
parent | 3babbd2503719ede80577970d720c013ace33794 (diff) | |
download | PeerTube-98f535a508be221a343457f6d38eb7a96d650faf.tar.gz PeerTube-98f535a508be221a343457f6d38eb7a96d650faf.tar.zst PeerTube-98f535a508be221a343457f6d38eb7a96d650faf.zip |
Only use 1 thread for transcoding by default
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 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! |
63 | transcoding: | 63 | transcoding: |
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 |