X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=33c11afc30b78099e0921eea63e966300df80790;hb=9cf7a1f3c658a22874cbebb2e63b346734192907;hp=b9279b5e68a7e0f6c8e245c0f63b8e7dfdfca5e4;hpb=fb7194043d0486ce0a6a40b2ffbdf32878c33a6f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index b9279b5e6..33c11afc3 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -37,30 +37,32 @@ log: contact_form: enabled: true -# -#redundancy: -# videos: -# check_interval: '1 minute' -# strategies: -# - -# size: '1000MB' -# min_lifetime: '10 minutes' -# strategy: 'most-views' -# - -# size: '1000MB' -# min_lifetime: '10 minutes' -# strategy: 'trending' -# - -# size: '1000MB' -# min_lifetime: '10 minutes' -# strategy: 'recently-added' -# min_views: 1 + +redundancy: + videos: + check_interval: '1 minute' + strategies: + - + size: '1000MB' + min_lifetime: '10 minutes' + strategy: 'most-views' + - + size: '1000MB' + min_lifetime: '10 minutes' + strategy: 'trending' + - + size: '1000MB' + min_lifetime: '10 minutes' + strategy: 'recently-added' + min_views: 1 cache: previews: size: 1 captions: size: 1 + torrents: + size: 1 signup: enabled: true @@ -71,6 +73,7 @@ transcoding: allow_additional_extensions: false allow_audio_files: false threads: 2 + concurrency: 2 resolutions: 0p: false 240p: true @@ -78,6 +81,7 @@ transcoding: 480p: true 720p: true 1080p: true + 1440p: true 2160p: true hls: enabled: true @@ -85,6 +89,8 @@ transcoding: live: enabled: false + allow_replay: false + rtmp: port: 1935 @@ -98,10 +104,12 @@ live: 480p: false 720p: false 1080p: false + 1440p: false 2160p: false import: videos: + concurrency: 2 http: enabled: true proxy: @@ -138,3 +146,12 @@ search: disable_local_search: false # If you did not disable local search, you can decide to use the search index by default is_default_search: true + +federation: + videos: + federate_unlisted: true + +views: + videos: + remote: + max_age: -1