diff options
| author | Féry Mathieu (Mathius) <ferymathieuy@gmail.com> | 2022-02-22 01:35:35 +0100 |
|---|---|---|
| committer | Féry Mathieu (Mathius) <ferymathieuy@gmail.com> | 2022-02-22 01:35:35 +0100 |
| commit | fd0ac3a6719b3d6280ce2e784ad370c8d10a6129 (patch) | |
| tree | 4882a3620734d8c8cc21a4ff35dcf8324b51f4fb /config/config.example.yml | |
| parent | f109d812a1d8ea92a4ebdeb7ce03ad93bcbd9a91 (diff) | |
| download | invidious-fd0ac3a6719b3d6280ce2e784ad370c8d10a6129.tar.gz invidious-fd0ac3a6719b3d6280ce2e784ad370c8d10a6129.tar.bz2 invidious-fd0ac3a6719b3d6280ce2e784ad370c8d10a6129.zip | |
Update management of channel_refresh_interval
Follow indications:
https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 9519f34a..a6440e3d 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -317,10 +317,10 @@ channel_threads: 1 ## ## Time between two jobs for crawling videos from channels ## -## Accepted values: a valid time interval (hours:min:seconds) -## Default: 00:30:00 +## Accepted values: a valid time interval (like 1h30m or 90min) +## Default: 30m ## -channel_refresh_interval: 00:30:00 +channel_refresh_interval: 30min ## ## Forcefully dump and re-download the entire list of uploaded |
