]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Basic video redundancy implementation
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 40458bb3895fa32d41895b50d58d4def1442201c..af29a4379eda35712c51a1402ee7e07805452930 100644 (file)
@@ -66,6 +66,15 @@ trending:
   videos:
     interval_days: 7 # Compute trending videos for the last x days
 
+# Cache remote videos on your server, to help other instances to broadcast the video
+# You can define multiple caches using different sizes/strategies
+# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
+redundancy:
+  videos:
+#    -
+#      size: '10GB'
+#      strategy: 'most-views' # Cache videos that have the most views
+
 cache:
   previews:
     size: 500 # Max number of previews you want to cache