diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index 22488da99..95df2e06c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -110,7 +110,8 @@ trending: | |||
110 | interval_days: 7 # Compute trending videos for the last x days | 110 | interval_days: 7 # Compute trending videos for the last x days |
111 | algorithms: | 111 | algorithms: |
112 | enabled: | 112 | enabled: |
113 | - 'hot' # adaptation of the Reddit 'Hot' algorithm | 113 | - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History) |
114 | - 'hot' # adaptation of Reddit's 'Hot' algorithm | ||
114 | - 'most-viewed' # default, used initially by PeerTube as the trending page | 115 | - 'most-viewed' # default, used initially by PeerTube as the trending page |
115 | - 'most-liked' | 116 | - 'most-liked' |
116 | default: 'most-viewed' | 117 | default: 'most-viewed' |