diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-19 16:12:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-19 16:12:07 +0200 |
commit | d9bdd007d7a1368d2a13127ecb5c0a81a18a8c04 (patch) | |
tree | 67cb4d2774dd7127499b882a5aa5069ea6fa86b2 /config/test.yaml | |
parent | 12ba460e9ebf4951f9c1caee8822a8ca1523563f (diff) | |
download | PeerTube-d9bdd007d7a1368d2a13127ecb5c0a81a18a8c04.tar.gz PeerTube-d9bdd007d7a1368d2a13127ecb5c0a81a18a8c04.tar.zst PeerTube-d9bdd007d7a1368d2a13127ecb5c0a81a18a8c04.zip |
Put config redundancy strategies in "strategies" subkey
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/config/test.yaml b/config/test.yaml index d3e0e49ac..d36d90bbd 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -23,16 +23,17 @@ log: | |||
23 | 23 | ||
24 | redundancy: | 24 | redundancy: |
25 | videos: | 25 | videos: |
26 | - | 26 | strategies: |
27 | size: '10MB' | 27 | - |
28 | strategy: 'most-views' | 28 | size: '10MB' |
29 | - | 29 | strategy: 'most-views' |
30 | size: '10MB' | 30 | - |
31 | strategy: 'trending' | 31 | size: '10MB' |
32 | - | 32 | strategy: 'trending' |
33 | size: '10MB' | 33 | - |
34 | strategy: 'recently-added' | 34 | size: '10MB' |
35 | minViews: 1 | 35 | strategy: 'recently-added' |
36 | minViews: 1 | ||
36 | 37 | ||
37 | cache: | 38 | cache: |
38 | previews: | 39 | previews: |