mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Log page now uses EF for faster runtime queries.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NzbDrone.Web
|
||||
}
|
||||
|
||||
protected override void OnApplicationStarted()
|
||||
{
|
||||
{
|
||||
base.OnApplicationStarted();
|
||||
RegisterRoutes(RouteTable.Routes);
|
||||
AreaRegistration.RegisterAllAreas();
|
||||
@@ -100,7 +100,7 @@ namespace NzbDrone.Web
|
||||
protected void Application_BeginRequest()
|
||||
{
|
||||
Thread.CurrentThread.Name = "UI";
|
||||
var miniprofiler = MiniProfiler.Start();
|
||||
MiniProfiler.Start();
|
||||
}
|
||||
|
||||
protected void Application_EndRequest()
|
||||
|
Reference in New Issue
Block a user