summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-02-25 00:04:48 +0100
committerGitHub <noreply@github.com>2022-02-25 00:04:48 +0100
commit7f445f61670c2415d54f663184e4fa84a8289f15 (patch)
tree79c82d32ff2210ce56016d5cdd711dafce8fce65 /config
parentbf599284ed7ff813309357e053e2d99e5de0bb75 (diff)
parente60a1836fe077fa00fbfc8e8f9e4401b7151192c (diff)
downloadinvidious-7f445f61670c2415d54f663184e4fa84a8289f15.tar.gz
invidious-7f445f61670c2415d54f663184e4fa84a8289f15.tar.bz2
invidious-7f445f61670c2415d54f663184e4fa84a8289f15.zip
Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquency
Allow configuration of the time between 2 RefreshChannelsJob
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index e9f0e8f1..ae9509d2 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -315,6 +315,15 @@ https_only: false
channel_threads: 1
##
+## Time interval between two executions of the job that crawls
+## channel videos (subscriptions update).
+##
+## Accepted values: a valid time interval (like 1h30m or 90m)
+## Default: 30m
+##
+#channel_refresh_interval: 30m
+
+##
## Forcefully dump and re-download the entire list of uploaded
## videos when crawling channel (during subscriptions update).
##