mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Chnaged the updater job from Minutely to Hourly
This commit is contained in:
parent
863df6e1cc
commit
f597c52533
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue