diff options
| author | Féry Mathieu (Mathius) <ferymathieuy@gmail.com> | 2022-02-22 23:19:59 +0100 |
|---|---|---|
| committer | Féry Mathieu (Mathius) <ferymathieuy@gmail.com> | 2022-02-22 23:19:59 +0100 |
| commit | e60a1836fe077fa00fbfc8e8f9e4401b7151192c (patch) | |
| tree | 567e563816611a38175ee0fe1f41f9aa4d6cce79 /config/config.example.yml | |
| parent | 555bb711c9bb16f8a78a8b71146367438b81918e (diff) | |
| download | invidious-e60a1836fe077fa00fbfc8e8f9e4401b7151192c.tar.gz invidious-e60a1836fe077fa00fbfc8e8f9e4401b7151192c.tar.bz2 invidious-e60a1836fe077fa00fbfc8e8f9e4401b7151192c.zip | |
Lint config.example.yml and config.cr
Follow lint indications :
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396203
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index a6440e3d..866e8944 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -315,12 +315,13 @@ https_only: false channel_threads: 1 ## -## Time between two jobs for crawling videos from channels +## Time interval between two executions of the job that crawls +## channel videos (subscriptions update). ## -## Accepted values: a valid time interval (like 1h30m or 90min) +## Accepted values: a valid time interval (like 1h30m or 90m) ## Default: 30m ## -channel_refresh_interval: 30min +#channel_refresh_interval: 30m ## ## Forcefully dump and re-download the entire list of uploaded |
