diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-24 13:07:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-24 13:38:39 +0200 |
commit | e5565833f62b97f62ea75eba5b479963ae78b873 (patch) | |
tree | 835793ce464f9666b0ceae79f3d278cc4e007b32 /config/test.yaml | |
parent | d1a63fc7ac58a1db00d8ca4f43aadba02eb9b084 (diff) | |
download | PeerTube-e5565833f62b97f62ea75eba5b479963ae78b873.tar.gz PeerTube-e5565833f62b97f62ea75eba5b479963ae78b873.tar.zst PeerTube-e5565833f62b97f62ea75eba5b479963ae78b873.zip |
Improve redundancy: add 'min_lifetime' configuration
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: |