aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-03 14:32:44 +0200
committerChocobozzz <me@florianbigard.com>2022-06-03 14:32:44 +0200
commite771ff815dba3b4a95633f4e1e10dacd222dfe61 (patch)
tree9e1909e1fff3c602ac894b43dbf72316aca62b70 /config
parent8a2166c9bfa452ce707740d99c64d668cd7cedce (diff)
parent62f53731cf807562ba885b180e71bb75b3902443 (diff)
downloadPeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.tar.gz
PeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.tar.zst
PeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.zip
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index c0d17decf..f7c9b620c 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 8fd8d805f..a36f4979b 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'