mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed MVC profiler issue with Jobs, SQL profiling is on again.
This commit is contained in:
parent
b00e437e56
commit
bbf27c6f66
3 changed files with 18 additions and 16 deletions
|
@ -47,7 +47,7 @@ namespace NzbDrone.Core.Datastore
|
|||
DbConnection connection = new SQLiteConnection(connectionString);
|
||||
if (profiled)
|
||||
{
|
||||
//connection = ProfiledDbConnection.Get(connection);
|
||||
connection = ProfiledDbConnection.Get(connection);
|
||||
}
|
||||
|
||||
var db = new Database(connection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue