diff options
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 9 |
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). ## |
