aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-14 11:05:38 +0200
committerChocobozzz <me@florianbigard.com>2018-09-14 11:05:38 +0200
commit3f6b6a565dc98a658ec9d8f697252788c0faa46d (patch)
tree9549d3722b2d2d6501d85b4a56e6bfd3ea14fed3 /config/production.yaml.example
parent780daa7e91336116a5163156f298c9ad875ec1e3 (diff)
downloadPeerTube-3f6b6a565dc98a658ec9d8f697252788c0faa46d.tar.gz
PeerTube-3f6b6a565dc98a658ec9d8f697252788c0faa46d.tar.zst
PeerTube-3f6b6a565dc98a658ec9d8f697252788c0faa46d.zip
Add recently added redundancy strategy
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 48d69e987..ca7b936c2 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -78,6 +78,10 @@ redundancy:
78# - 78# -
79# size: '10GB' 79# size: '10GB'
80# strategy: 'trending' # Cache trending videos 80# strategy: 'trending' # Cache trending videos
81# -
82# size: '10GB'
83# strategy: 'recently-added' # Cache recently added videos
84# minViews: 10 # Having at least x views
81 85
82############################################################################### 86###############################################################################
83# 87#