From 010382b6037cff5d0ed16fa8b158691439fac9b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Jun 2022 14:04:52 +0200 Subject: Completely remove best default trending algorithm --- config/default.yaml | 1 - config/production.yaml.example | 1 - 2 files changed, 2 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 689f81343..54452d5e2 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -181,7 +181,6 @@ trending: interval_days: 7 # Compute trending videos for the last x days algorithms: enabled: - - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History) - 'hot' # adaptation of Reddit's 'Hot' algorithm - 'most-viewed' # default, used initially by PeerTube as the trending page - 'most-liked' diff --git a/config/production.yaml.example b/config/production.yaml.example index 6db43fccf..89b7fe966 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -177,7 +177,6 @@ trending: interval_days: 7 # Compute trending videos for the last x days algorithms: enabled: - - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History) - 'hot' # adaptation of Reddit's 'Hot' algorithm - 'most-viewed' # default, used initially by PeerTube as the trending page - 'most-liked' -- cgit v1.2.3