]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Optimize view endpoint
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index c0d17decfbcd1cedb752c7143cc093a3b3eb4633..f7c9b620c9d5967f770356730ed4a36701c186bd 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'