mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Added asp.net tick timer
Added health monitoring Updated database logging
This commit is contained in:
@@ -131,8 +131,11 @@ namespace NzbDrone.Core
|
||||
_kernel.Bind<IJob>().To<NewSeriesUpdate>().InTransientScope();
|
||||
_kernel.Bind<IJob>().To<UpdateInfoJob>().InTransientScope();
|
||||
_kernel.Get<JobProvider>().Initialize();
|
||||
|
||||
new WebTimer().StartTimer(1);
|
||||
}
|
||||
|
||||
|
||||
private static void ForceMigration(IRepository repository)
|
||||
{
|
||||
repository.GetPaged<Series>(0, 1);
|
||||
@@ -225,5 +228,7 @@ namespace NzbDrone.Core
|
||||
repository.Update(hd);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user