mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Added the transaction back into the DB.
Do not run the episode cacher if it's been run in the last hour
This commit is contained in:
parent
0b21c69a46
commit
d19deea56c
3 changed files with 19 additions and 17 deletions
|
@ -37,7 +37,7 @@ namespace PlexRequests.Core.SettingModels
|
|||
StoreBackup = 24;
|
||||
StoreCleanup = 24;
|
||||
UserRequestLimitResetter = 12;
|
||||
PlexEpisodeCacher = 2;
|
||||
PlexEpisodeCacher = 12;
|
||||
}
|
||||
|
||||
public int PlexAvailabilityChecker { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue