diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-17 11:28:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-17 11:28:33 +0200 |
commit | c07b6041111daa6dd5d611f31e31819db5992ba8 (patch) | |
tree | c4b0a64372b59e0d2beda7c5d0b1ff7426cfd734 /config/test.yaml | |
parent | 860cfb31e343f2317416da738f7155803ef4fe75 (diff) | |
download | PeerTube-c07b6041111daa6dd5d611f31e31819db5992ba8.tar.gz PeerTube-c07b6041111daa6dd5d611f31e31819db5992ba8.tar.zst PeerTube-c07b6041111daa6dd5d611f31e31819db5992ba8.zip |
Fix checker if we don't have redundancy strategies
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/test.yaml b/config/test.yaml index 517fc7449..16113211e 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -24,13 +24,13 @@ log: | |||
24 | redundancy: | 24 | redundancy: |
25 | videos: | 25 | videos: |
26 | - | 26 | - |
27 | size: '100KB' | 27 | size: '10MB' |
28 | strategy: 'most-views' | 28 | strategy: 'most-views' |
29 | - | 29 | - |
30 | size: '100KB' | 30 | size: '10MB' |
31 | strategy: 'trending' | 31 | strategy: 'trending' |
32 | - | 32 | - |
33 | size: '100KB' | 33 | size: '10MB' |
34 | strategy: 'recently-added' | 34 | strategy: 'recently-added' |
35 | minViews: 10 | 35 | minViews: 10 |
36 | 36 | ||