X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=6fedb1dc33e26248faed39d6f0bcb7f4b934b566;hb=3d4e112d16471703f51a542c0cc6e73a6f5db628;hp=b9279b5e68a7e0f6c8e245c0f63b8e7dfdfca5e4;hpb=fb7194043d0486ce0a6a40b2ffbdf32878c33a6f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index b9279b5e6..6fedb1dc3 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -37,24 +37,24 @@ 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: @@ -78,6 +78,7 @@ transcoding: 480p: true 720p: true 1080p: true + 1440p: true 2160p: true hls: enabled: true @@ -85,6 +86,8 @@ transcoding: live: enabled: false + allow_replay: false + rtmp: port: 1935 @@ -98,6 +101,7 @@ live: 480p: false 720p: false 1080p: false + 1440p: false 2160p: false import: @@ -138,3 +142,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