diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-03 14:04:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-03 14:04:52 +0200 |
commit | 010382b6037cff5d0ed16fa8b158691439fac9b7 (patch) | |
tree | d1c7fd25525fb1d87f3f9b851c5dcbc772cf6720 /config | |
parent | c8fdfab0e36cc7324c61710009bf334e836485d9 (diff) | |
download | PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.tar.gz PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.tar.zst PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.zip |
Completely remove best default trending algorithm
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 0 insertions, 2 deletions
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: | |||
181 | interval_days: 7 # Compute trending videos for the last x days | 181 | interval_days: 7 # Compute trending videos for the last x days |
182 | algorithms: | 182 | algorithms: |
183 | enabled: | 183 | enabled: |
184 | - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History) | ||
185 | - 'hot' # adaptation of Reddit's 'Hot' algorithm | 184 | - 'hot' # adaptation of Reddit's 'Hot' algorithm |
186 | - 'most-viewed' # default, used initially by PeerTube as the trending page | 185 | - 'most-viewed' # default, used initially by PeerTube as the trending page |
187 | - 'most-liked' | 186 | - '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: | |||
177 | interval_days: 7 # Compute trending videos for the last x days | 177 | interval_days: 7 # Compute trending videos for the last x days |
178 | algorithms: | 178 | algorithms: |
179 | enabled: | 179 | enabled: |
180 | - 'best' # adaptation of Reddit's 'Best' algorithm (Hot minus History) | ||
181 | - 'hot' # adaptation of Reddit's 'Hot' algorithm | 180 | - 'hot' # adaptation of Reddit's 'Hot' algorithm |
182 | - 'most-viewed' # default, used initially by PeerTube as the trending page | 181 | - 'most-viewed' # default, used initially by PeerTube as the trending page |
183 | - 'most-liked' | 182 | - 'most-liked' |