diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-11 16:27:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-13 14:05:49 +0200 |
commit | c48e82b5e0478434de30626d14594a97f2402e7c (patch) | |
tree | a78e5272bd0fe4f5b41831e571e02d05f1515b82 /config/test.yaml | |
parent | a651038487faa838bda3ce04695b08bc65baff70 (diff) | |
download | PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.gz PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.zst PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.zip |
Basic video redundancy implementation
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 6a8e47aac..0f280eabd 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -21,6 +21,12 @@ smtp: | |||
21 | log: | 21 | log: |
22 | level: 'debug' | 22 | level: 'debug' |
23 | 23 | ||
24 | redundancy: | ||
25 | videos: | ||
26 | - | ||
27 | size: '100KB' | ||
28 | strategy: 'most-views' | ||
29 | |||
24 | cache: | 30 | cache: |
25 | previews: | 31 | previews: |
26 | size: 1 | 32 | size: 1 |