X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=a8a7242552342037a1f682edd2472b7ba03b2104;hb=09c55770bcc96785fb1f199b4cd8ce66b545486a;hp=865ed540087e1dc3259f1452f33d25c856bc1b7d;hpb=a5cf76afa378aae81af2a9b0ce548e5d2582f832;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index 865ed5400..a8a724255 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: @@ -89,7 +89,7 @@ live: port: 1935 transcoding: - enabled: true + enabled: false threads: 2 resolutions: @@ -138,3 +138,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