fix: clarify full sync runs every 24 hours

This commit is contained in:
sct
2020-12-23 01:40:46 +09:00
parent 0980fa54f9
commit 0c8a180189
3 changed files with 28 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ export const startJobs = (): void => {
jobPlexRecentSync.run();
}),
});
// Run full plex sync every 6 hours
// Run full plex sync every 24 hours
scheduledJobs.push({
name: 'Plex Full Library Sync',
job: schedule.scheduleJob('0 0 3 * * *', () => {