aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
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