diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-14 09:57:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-14 09:57:21 +0200 |
commit | b36f41ca09e92ecb30d367d91d1089a23d10d585 (patch) | |
tree | 34b7c90e17f73f37d069a2f08d60dc36fa08372f /config/test.yaml | |
parent | 6f0c46be8c9f4690d5e5cb758c4df6164b006f83 (diff) | |
download | PeerTube-b36f41ca09e92ecb30d367d91d1089a23d10d585.tar.gz PeerTube-b36f41ca09e92ecb30d367d91d1089a23d10d585.tar.zst PeerTube-b36f41ca09e92ecb30d367d91d1089a23d10d585.zip |
Add trending videos strategy
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 0f280eabd..73bc5da98 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -26,6 +26,9 @@ redundancy: | |||
26 | - | 26 | - |
27 | size: '100KB' | 27 | size: '100KB' |
28 | strategy: 'most-views' | 28 | strategy: 'most-views' |
29 | - | ||
30 | size: '100KB' | ||
31 | strategy: 'trending' | ||
29 | 32 | ||
30 | cache: | 33 | cache: |
31 | previews: | 34 | previews: |