aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/redundancy.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/redundancy.md')
-rw-r--r--support/doc/redundancy.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/support/doc/redundancy.md b/support/doc/redundancy.md
index 62c6365a9..4c7ce4c1e 100644
--- a/support/doc/redundancy.md
+++ b/support/doc/redundancy.md
@@ -7,6 +7,12 @@ A PeerTube instance can cache other PeerTube videos to improve bandwidth of popu
7The 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. 7The 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.
8Then, they choose the instances they want to cache in `Manage follows -> Following` admin table. 8Then, they choose the instances they want to cache in `Manage follows -> Following` admin table.
9 9
10<p align="center">
11
12<img src="support/doc/user/redundancy.png" alt="Redundancy" />
13
14</p>
15
10Videos are kept in the cache for at least `min_lifetime`, and then evicted when the cache is full. 16Videos are kept in the cache for at least `min_lifetime`, and then evicted when the cache is full.
11 17
12When 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. 18When 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:
43 } 49 }
44 ] 50 ]
45} 51}
46``` \ No newline at end of file 52```