mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Address review comments
This commit is contained in:
parent
3b822116ed
commit
6db229af5d
@ -222,15 +222,15 @@ namespace Jellyfin.Server
|
|||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
appHost.Dispose();
|
|
||||||
_logger.LogInformation("Running query planner optimizations in the database... This might take a while");
|
_logger.LogInformation("Running query planner optimizations in the database... This might take a while");
|
||||||
|
// Run before disposing the application
|
||||||
// Run after disposing the application
|
|
||||||
using var context = new JellyfinDbProvider(appHost.ServiceProvider, appPaths).CreateContext();
|
using var context = new JellyfinDbProvider(appHost.ServiceProvider, appPaths).CreateContext();
|
||||||
if (context.Database.IsSqlite())
|
if (context.Database.IsSqlite())
|
||||||
{
|
{
|
||||||
context.Database.ExecuteSqlRaw("PRAGMA optimize");
|
context.Database.ExecuteSqlRaw("PRAGMA optimize");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
appHost.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_restartOnShutdown)
|
if (_restartOnShutdown)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user