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.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 66c981dd5..13a646918 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -108,7 +108,8 @@ trending:
108 interval_days: 7 # Compute trending videos for the last x days 108 interval_days: 7 # Compute trending videos for the last x days
109 algorithms: 109 algorithms:
110 enabled: 110 enabled:
111 - 'hot' # adaptation of the Reddit 'Hot' algorithm 111 - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History)
112 - 'hot' # adaptation of Reddit's 'Hot' algorithm
112 - 'most-viewed' # default, used initially by PeerTube as the trending page 113 - 'most-viewed' # default, used initially by PeerTube as the trending page
113 - 'most-liked' 114 - 'most-liked'
114 default: 'most-viewed' 115 default: 'most-viewed'