summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
authorFéry Mathieu (Mathius) <ferymathieuy@gmail.com>2022-02-21 10:53:20 +0100
committerFéry Mathieu (Mathius) <ferymathieuy@gmail.com>2022-02-21 10:53:20 +0100
commitf75a81c9eeb792c0b99075bc47a1243a23b8700b (patch)
tree7f60ef1a946a04347c4457b1807b07e9e31d1725 /config/config.example.yml
parent85ba04b715f35e41585e9ef6bb873aaa2cc45a23 (diff)
downloadinvidious-f75a81c9eeb792c0b99075bc47a1243a23b8700b.tar.gz
invidious-f75a81c9eeb792c0b99075bc47a1243a23b8700b.tar.bz2
invidious-f75a81c9eeb792c0b99075bc47a1243a23b8700b.zip
Make configurable time between each RefreshChannelsJob
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 59cb486b..475f2703 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -315,6 +315,14 @@ https_only: false
channel_threads: 1
##
+## Time between channel_refresh
+##
+## Accepted values: a valid time interval (hours:min:seconds)
+## Default: 00:30:00
+##
+channel_refresh_time: 00:30:00
+
+##
## Forcefully dump and re-download the entire list of uploaded
## videos when crawling channel (during subscriptions update).
##