]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/redundancy.md
(doc) fix path to peertube-repl
[github/Chocobozzz/PeerTube.git] / support / doc / redundancy.md
index 62c6365a99ceff52b5b8f49abea401414a7feb1c..00442fd8515ce1a2a96752dac3226ee8c4e4e5b5 100644 (file)
@@ -7,6 +7,12 @@ A PeerTube instance can cache other PeerTube videos to improve bandwidth of popu
 The instance administrator can choose between multiple redundancy strategies (cache trending videos or recently uploaded videos etc), set their maximum size and the minimum duplication lifetime.
 Then, they choose the instances they want to cache in `Manage follows -> Following` admin table.
 
+<p align="center">
+
+<img src="user/redundancy.png" alt="Redundancy" />
+
+</p>
+
 Videos are kept in the cache for at least `min_lifetime`, and then evicted when the cache is full.
 
 When PeerTube chooses a video to duplicate, it imports all the resolution files (to avoid consistency issues) using their magnet URI and put them in the `storage.videos` directory.
@@ -43,4 +49,4 @@ See the `/api/v1/server/stats` endpoint. For example:
     }
   ]
 }
-```
\ No newline at end of file
+```