diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-20 16:24:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 16:24:31 +0200 |
commit | 0491173a61aed66205c017e0d7e0503ea316c144 (patch) | |
tree | ce6621597505f9518cfdf0981977d097c63f9fad /config/test.yaml | |
parent | 8704acf49efc770d73bf07c10468ed8c74d28a83 (diff) | |
parent | 6247b2057b792cea155a1abd9788c363ae7d2cc2 (diff) | |
download | PeerTube-0491173a61aed66205c017e0d7e0503ea316c144.tar.gz PeerTube-0491173a61aed66205c017e0d7e0503ea316c144.tar.zst PeerTube-0491173a61aed66205c017e0d7e0503ea316c144.zip |
Merge branch 'develop' into cli-wrapper
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/config/test.yaml b/config/test.yaml index 0f280eabd..ad94b00cd 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -23,9 +23,18 @@ log: | |||
23 | 23 | ||
24 | redundancy: | 24 | redundancy: |
25 | videos: | 25 | videos: |
26 | - | 26 | check_interval: '5 seconds' |
27 | size: '100KB' | 27 | strategies: |
28 | strategy: 'most-views' | 28 | - |
29 | size: '10MB' | ||
30 | strategy: 'most-views' | ||
31 | - | ||
32 | size: '10MB' | ||
33 | strategy: 'trending' | ||
34 | - | ||
35 | size: '10MB' | ||
36 | strategy: 'recently-added' | ||
37 | minViews: 1 | ||
29 | 38 | ||
30 | cache: | 39 | cache: |
31 | previews: | 40 | previews: |