From c48e82b5e0478434de30626d14594a97f2402e7c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Sep 2018 16:27:07 +0200 Subject: Basic video redundancy implementation --- config/production.yaml.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index d032e4a0c..ddd43093f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -67,6 +67,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 + ############################################################################### # # From this point, all the following keys can be overridden by the web interface -- cgit v1.2.3