aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorfrankdelange <yetangitu-f@unternet.org>2019-11-03 18:29:10 +0100
committerChocobozzz <me@florianbigard.com>2019-11-25 10:59:49 +0100
commit6ad88df896e359e428259ff511f6fca3675cb4af (patch)
tree965006eb7f6e099f82a75b93a3214d72e4ac6200 /config
parent597ca6de2c39ac4ac94b61299977794c802737da (diff)
downloadPeerTube-6ad88df896e359e428259ff511f6fca3675cb4af.tar.gz
PeerTube-6ad88df896e359e428259ff511f6fca3675cb4af.tar.zst
PeerTube-6ad88df896e359e428259ff511f6fca3675cb4af.zip
Comment changed, mostly to kick Travis into rectifying its last silliness
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 07fd4d24f..7c718e174 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -203,7 +203,7 @@ transcoding:
203 allow_audio_files: true 203 allow_audio_files: true
204 threads: 1 204 threads: 1
205 resolutions: # Only created if the original video has a higher resolution, uses more storage! 205 resolutions: # Only created if the original video has a higher resolution, uses more storage!
206 0p: false # audio-only (creates mp4 without video stream) 206 0p: false # audio-only (creates mp4 without video stream, always created when enabled)
207 240p: false 207 240p: false
208 360p: false 208 360p: false
209 480p: false 209 480p: false
diff --git a/config/production.yaml.example b/config/production.yaml.example
index d7bbc39cf..98b1669cd 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -217,7 +217,7 @@ transcoding:
217 allow_audio_files: true 217 allow_audio_files: true
218 threads: 1 218 threads: 1
219 resolutions: # Only created if the original video has a higher resolution, uses more storage! 219 resolutions: # Only created if the original video has a higher resolution, uses more storage!
220 0p: false # audio-only (creates mp4 without video stream) 220 0p: false # audio-only (creates mp4 without video stream, always created when enabled)
221 240p: false 221 240p: false
222 360p: false 222 360p: false
223 480p: false 223 480p: false