aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-13 17:31:52 +0200
committerChocobozzz <me@florianbigard.com>2019-05-13 17:33:48 +0200
commit2ed67a7dd2d596d77e45dab0dd1754985fb2681d (patch)
treea8207d32944d22ad9f9be2779a47cf4e79c44a87 /config
parenta8fec4e7490b8f3086e9b2e8350e5fffac0c2363 (diff)
downloadPeerTube-2ed67a7dd2d596d77e45dab0dd1754985fb2681d.tar.gz
PeerTube-2ed67a7dd2d596d77e45dab0dd1754985fb2681d.tar.zst
PeerTube-2ed67a7dd2d596d77e45dab0dd1754985fb2681d.zip
Prepare 1.3 RC1 changelog
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 f8be23d69..37ef4366f 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -187,7 +187,7 @@ transcoding:
187 # * Resolution change is smoother 187 # * Resolution change is smoother
188 # * Faster playback in particular with long videos 188 # * Faster playback in particular with long videos
189 # * More stable playback (less bugs/infinite loading) 189 # * More stable playback (less bugs/infinite loading)
190 # /!\ Multiply videos storage by 2 /!\ 190 # /!\ Multiplies videos storage by 2 /!\
191 hls: 191 hls:
192 enabled: false 192 enabled: false
193 193
diff --git a/config/production.yaml.example b/config/production.yaml.example
index f1f0f12d1..f84e15670 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -201,7 +201,7 @@ transcoding:
201 # * Resolution change is smoother 201 # * Resolution change is smoother
202 # * Faster playback in particular with long videos 202 # * Faster playback in particular with long videos
203 # * More stable playback (less bugs/infinite loading) 203 # * More stable playback (less bugs/infinite loading)
204 # /!\ Multiply videos storage by 2 /!\ 204 # /!\ Multiplies videos storage by 2 /!\
205 hls: 205 hls:
206 enabled: false 206 enabled: false
207 207