mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Reworked #466
This commit is contained in:
parent
4eff175424
commit
d7997d5cc0
10 changed files with 175 additions and 69 deletions
|
@ -30,10 +30,10 @@ namespace PlexRequests.Core.SettingModels
|
|||
{
|
||||
public ScheduledJobsSettings()
|
||||
{
|
||||
PlexAvailabilityChecker = 10;
|
||||
SickRageCacher = 10;
|
||||
SonarrCacher = 10;
|
||||
CouchPotatoCacher = 10;
|
||||
PlexAvailabilityChecker = 60;
|
||||
SickRageCacher = 60;
|
||||
SonarrCacher = 60;
|
||||
CouchPotatoCacher = 60;
|
||||
StoreBackup = 24;
|
||||
StoreCleanup = 24;
|
||||
UserRequestLimitResetter = 12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue