From 381869e68112b0bfec53de225e1333e1d5657ebe Mon Sep 17 00:00:00 2001 From: tilllt Date: Sat, 14 Dec 2019 10:23:34 +0100 Subject: [PATCH] Add remark on how to redundancy to mirroring --- admin-following-instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-following-instances.md b/admin-following-instances.md index 5c9f279..acc985f 100644 --- a/admin-following-instances.md +++ b/admin-following-instances.md @@ -40,7 +40,7 @@ If your instance duplicates a video, web browser will randomly download segments ### Enable this feature To enable redundancy on your server, update your [production.yaml file](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example) and uncomment the redundancy strategies your want. -You could for example choose to duplicate the most viewed or the recently added videos. +You could for example choose to duplicate the most viewed or the recently added videos. If your instance should act as a complete mirror for another instance, use the "recently-added" strategy and set the view count to 0 Then, go on the web interface and choose which other followed instance you want to enable redundancy in `Administration > Manage follows > Following` -- GitLab