aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index d032e4a0c..ddd43093f 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -67,6 +67,15 @@ trending:
67 videos: 67 videos:
68 interval_days: 7 # Compute trending videos for the last x days 68 interval_days: 7 # Compute trending videos for the last x days
69 69
70# Cache remote videos on your server, to help other instances to broadcast the video
71# You can define multiple caches using different sizes/strategies
72# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
73redundancy:
74 videos:
75# -
76# size: '10GB'
77# strategy: 'most-views' # Cache videos that have the most views
78
70############################################################################### 79###############################################################################
71# 80#
72# From this point, all the following keys can be overridden by the web interface 81# From this point, all the following keys can be overridden by the web interface