diff options
Diffstat (limited to 'config')
-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 | ||