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:
tidusjar 2016-08-08 13:38:26 +01:00
parent 0b21c69a46
commit d19deea56c
3 changed files with 19 additions and 17 deletions

View file

@ -37,7 +37,7 @@ namespace PlexRequests.Core.SettingModels
StoreBackup = 24;
StoreCleanup = 24;
UserRequestLimitResetter = 12;
PlexEpisodeCacher = 2;
PlexEpisodeCacher = 12;
}
public int PlexAvailabilityChecker { get; set; }