Youtube DL update every 24 hours

This commit is contained in:
Chocobozzz 2019-01-21 16:22:15 +01:00
parent ebff55d8d6
commit 0c5892764e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
// ---------------------------------------------------------------------------