diff options
Diffstat (limited to 'support/doc/redundancy.md')
-rw-r--r-- | support/doc/redundancy.md | 8 |
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 | |||
7 | 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. | 7 | 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. |
8 | Then, they choose the instances they want to cache in `Manage follows -> Following` admin table. | 8 | Then, 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 | |||
10 | Videos are kept in the cache for at least `min_lifetime`, and then evicted when the cache is full. | 16 | Videos are kept in the cache for at least `min_lifetime`, and then evicted when the cache is full. |
11 | 17 | ||
12 | 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. | 18 | 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: | |||
43 | } | 49 | } |
44 | ] | 50 | ] |
45 | } | 51 | } |
46 | ``` \ No newline at end of file | 52 | ``` |