diff options
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/test.yaml b/config/test.yaml index ad94b00cd..04c999966 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -23,18 +23,21 @@ log: | |||
23 | 23 | ||
24 | redundancy: | 24 | redundancy: |
25 | videos: | 25 | videos: |
26 | check_interval: '5 seconds' | 26 | check_interval: '10 minutes' |
27 | strategies: | 27 | strategies: |
28 | - | 28 | - |
29 | size: '10MB' | 29 | size: '10MB' |
30 | min_lifetime: '10 minutes' | ||
30 | strategy: 'most-views' | 31 | strategy: 'most-views' |
31 | - | 32 | - |
32 | size: '10MB' | 33 | size: '10MB' |
34 | min_lifetime: '10 minutes' | ||
33 | strategy: 'trending' | 35 | strategy: 'trending' |
34 | - | 36 | - |
35 | size: '10MB' | 37 | size: '10MB' |
38 | min_lifetime: '10 minutes' | ||
36 | strategy: 'recently-added' | 39 | strategy: 'recently-added' |
37 | minViews: 1 | 40 | min_views: 1 |
38 | 41 | ||
39 | cache: | 42 | cache: |
40 | previews: | 43 | previews: |