]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Fix checker if we don't have redundancy strategies
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index ddd43093f45000657421c39ffebb5cd2e07a97c9..ca7b936c20dd58729588bdfc3c5490d2ca22e990 100644 (file)
@@ -75,6 +75,13 @@ redundancy:
 #    -
 #      size: '10GB'
 #      strategy: 'most-views' # Cache videos that have the most views
+#    -
+#      size: '10GB'
+#      strategy: 'trending' # Cache trending videos
+#    -
+#      size: '10GB'
+#      strategy: 'recently-added' # Cache recently added videos
+#      minViews: 10 # Having at least x views
 
 ###############################################################################
 #