mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Removed reduency from producton.yaml
This commit is contained in:
parent
23972243cc
commit
64427abbea
1 changed files with 8 additions and 8 deletions
|
@ -71,10 +71,10 @@ trending:
|
|||
# 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:
|
||||
check_interval: '6 hour' # How often you want to check new videos to cache
|
||||
strategies:
|
||||
#redundancy:
|
||||
# videos:
|
||||
# check_interval: '6 hour' # How often you want to check new videos to cache
|
||||
# strategies:
|
||||
# -
|
||||
# size: '10GB'
|
||||
# strategy: 'most-views' # Cache videos that have the most views
|
||||
|
@ -82,11 +82,11 @@ redundancy:
|
|||
# size: '10GB'
|
||||
# strategy: 'trending' # Cache trending videos
|
||||
# -
|
||||
size: '1GB'
|
||||
# size: '1GB'
|
||||
# Minimum time the video must remain in the cache. Only accept values > 10 hours (to not overload remote instances)
|
||||
min_lifetime: '48 hours'
|
||||
strategy: 'recently-added' # Cache recently added videos
|
||||
minViews: 10 # Having at least x views
|
||||
# min_lifetime: '48 hours'
|
||||
# strategy: 'recently-added' # Cache recently added videos
|
||||
# minViews: 10 # Having at least x views
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue