aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
-rw-r--r--config/test.yaml1
3 files changed, 3 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'
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 28770e480..4d8752206 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -72,6 +72,7 @@ trending:
72# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following 72# Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following
73redundancy: 73redundancy:
74 videos: 74 videos:
75 check_interval: '1 hour' # How often you want to check new videos to cache
75 strategies: 76 strategies:
76# - 77# -
77# size: '10GB' 78# size: '10GB'
diff --git a/config/test.yaml b/config/test.yaml
index d36d90bbd..ad94b00cd 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -23,6 +23,7 @@ log:
23 23
24redundancy: 24redundancy:
25 videos: 25 videos:
26 check_interval: '5 seconds'
26 strategies: 27 strategies:
27 - 28 -
28 size: '10MB' 29 size: '10MB'