diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-11 16:27:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-13 14:05:49 +0200 |
commit | c48e82b5e0478434de30626d14594a97f2402e7c (patch) | |
tree | a78e5272bd0fe4f5b41831e571e02d05f1515b82 /config/default.yaml | |
parent | a651038487faa838bda3ce04695b08bc65baff70 (diff) | |
download | PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.gz PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.zst PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.zip |
Basic video redundancy implementation
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 40458bb38..af29a4379 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -66,6 +66,15 @@ trending: | |||
66 | videos: | 66 | videos: |
67 | interval_days: 7 # Compute trending videos for the last x days | 67 | interval_days: 7 # Compute trending videos for the last x days |
68 | 68 | ||
69 | # Cache remote videos on your server, to help other instances to broadcast the video | ||
70 | # You can define multiple caches using different sizes/strategies | ||
71 | # Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following | ||
72 | redundancy: | ||
73 | videos: | ||
74 | # - | ||
75 | # size: '10GB' | ||
76 | # strategy: 'most-views' # Cache videos that have the most views | ||
77 | |||
69 | cache: | 78 | cache: |
70 | previews: | 79 | previews: |
71 | size: 500 # Max number of previews you want to cache | 80 | size: 500 # Max number of previews you want to cache |