Youtube DL update every 24 hours
This commit is contained in:
parent
ebff55d8d6
commit
0c5892764e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ let SCHEDULER_INTERVALS_MS = {
|
|||
actorFollowScores: 60000 * 60, // 1 hour
|
||||
removeOldJobs: 60000 * 60, // 1 hour
|
||||
updateVideos: 60000, // 1 minute
|
||||
youtubeDLUpdate: 60000 // 1 day
|
||||
youtubeDLUpdate: 60000 * 60 * 24 // 1 day
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue