Chnaged the updater job from Minutely to Hourly

pull/1488/head
Jamie.Rees 7 years ago
parent 863df6e1cc
commit f597c52533

@ -21,7 +21,7 @@ namespace Ombi.Schedule
{
RecurringJob.AddOrUpdate(() => Cacher.CacheContent(), Cron.Hourly);
RecurringJob.AddOrUpdate(() => RadarrCacher.CacheContent(), Cron.Hourly);
RecurringJob.AddOrUpdate(() => Updater.Update(), Cron.Minutely);
RecurringJob.AddOrUpdate(() => Updater.Update(), Cron.Hourly);
}
}
}

Loading…
Cancel
Save