X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=a8a7242552342037a1f682edd2472b7ba03b2104;hb=09c55770bcc96785fb1f199b4cd8ce66b545486a;hp=b9279b5e68a7e0f6c8e245c0f63b8e7dfdfca5e4;hpb=c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index b9279b5e6..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: @@ -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