mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
small changes
This commit is contained in:
parent
3b0b0c521e
commit
f2819664e7
4 changed files with 5 additions and 3 deletions
|
@ -33,7 +33,7 @@ namespace PlexRequests.UI.Jobs
|
|||
{
|
||||
public PlexRegistry()
|
||||
{
|
||||
Schedule<PlexAvailabilityChecker>().ToRunNow().AndEvery(2).Minutes();
|
||||
Schedule<PlexAvailabilityChecker>().ToRunNow();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue