diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index ecb809c6a..adac9deeb 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -77,6 +77,10 @@ redundancy: | |||
77 | # - | 77 | # - |
78 | # size: '10GB' | 78 | # size: '10GB' |
79 | # strategy: 'trending' # Cache trending videos | 79 | # strategy: 'trending' # Cache trending videos |
80 | # - | ||
81 | # size: '10GB' | ||
82 | # strategy: 'recently-added' # Cache recently added videos | ||
83 | # minViews: 10 # Having at least x views | ||
80 | 84 | ||
81 | cache: | 85 | cache: |
82 | previews: | 86 | previews: |