aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-05-04 21:51:00 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-05-04 21:51:00 +0200
commitfce897f326af14406ced2f71a00ae89ff297a550 (patch)
tree96538ca4f10e068c5ee1909f005809b01b51fd53 /config/default.yaml
parent227d02feadbc9b1fc916a12528ccc0623fb3069e (diff)
downloadPeerTube-fce897f326af14406ced2f71a00ae89ff297a550.tar.gz
PeerTube-fce897f326af14406ced2f71a00ae89ff297a550.tar.zst
PeerTube-fce897f326af14406ced2f71a00ae89ff297a550.zip
Server: add tests to video transcoder
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 27eb2a533..e03bf1aea 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -32,5 +32,5 @@ signup:
32# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 32# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
33# Uses a lot of CPU! 33# Uses a lot of CPU!
34transcoding: 34transcoding:
35 enabled: true 35 enabled: false
36 threads: 2 36 threads: 2