mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Update management of channel_refresh_interval
Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
This commit is contained in:
parent
f109d812a1
commit
fd0ac3a671
4 changed files with 25 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue