aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example4
-rw-r--r--config/test.yaml4
3 files changed, 12 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
81cache: 85cache:
82 previews: 86 previews:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 48d69e987..ca7b936c2 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -78,6 +78,10 @@ redundancy:
78# - 78# -
79# size: '10GB' 79# size: '10GB'
80# strategy: 'trending' # Cache trending videos 80# strategy: 'trending' # Cache trending videos
81# -
82# size: '10GB'
83# strategy: 'recently-added' # Cache recently added videos
84# minViews: 10 # Having at least x views
81 85
82############################################################################### 86###############################################################################
83# 87#
diff --git a/config/test.yaml b/config/test.yaml
index 73bc5da98..517fc7449 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -29,6 +29,10 @@ redundancy:
29 - 29 -
30 size: '100KB' 30 size: '100KB'
31 strategy: 'trending' 31 strategy: 'trending'
32 -
33 size: '100KB'
34 strategy: 'recently-added'
35 minViews: 10
32 36
33cache: 37cache:
34 previews: 38 previews: