aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-19 16:21:09 +0200
committerChocobozzz <me@florianbigard.com>2018-09-19 16:21:30 +0200
commitf9f899b9f803eb5159a67781f10649a0cf040677 (patch)
tree2c02f33e38b0fdc9401fe5c98d7b148c967c68df /config/default.yaml
parentd9bdd007d7a1368d2a13127ecb5c0a81a18a8c04 (diff)
downloadPeerTube-f9f899b9f803eb5159a67781f10649a0cf040677.tar.gz
PeerTube-f9f899b9f803eb5159a67781f10649a0cf040677.tar.zst
PeerTube-f9f899b9f803eb5159a67781f10649a0cf040677.zip
Add redundancy check interval in config
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 00eeaea8c..fa1fb628a 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -71,6 +71,7 @@ trending:
71# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following 71# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
72redundancy: 72redundancy:
73 videos: 73 videos:
74 check_interval: '1 hour' # How often you want to check new videos to cache
74 strategies: 75 strategies:
75# - 76# -
76# size: '10GB' 77# size: '10GB'