]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/server/config-command.ts
Completely remove best default trending algorithm
[github/Chocobozzz/PeerTube.git] / shared / server-commands / server / config-command.ts
index ed4961bc3f72ea5c62990b15b7536a2882990e03..5320dead4705bfe42cbba88d944ce33e1a4174f8 100644 (file)
@@ -356,7 +356,7 @@ export class ConfigCommand extends AbstractCommand {
       trending: {
         videos: {
           algorithms: {
-            enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
+            enabled: [ 'hot', 'most-viewed', 'most-liked' ],
             default: 'hot'
           }
         }