]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Fix release script
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 689f81343d948a1f57f74fe3dcebd6e9dd324f24..54452d5e26d9e580f63805a8344f47a84f628cc8 100644 (file)
@@ -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'