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 - 1 file changed, 1 deletion(-) (limited to 'config/default.yaml') 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' -- cgit v1.2.3