Fine tune DB settings

This commit is contained in:
Bond_009
2023-01-09 00:07:53 +01:00
parent 56ef45ebf0
commit ab918c6292
3 changed files with 11 additions and 7 deletions

View File

@@ -273,10 +273,6 @@ namespace Jellyfin.Server
ServicePointManager.Expect100Continue = false;
Batteries_V2.Init();
if (raw.sqlite3_enable_shared_cache(1) != raw.SQLITE_OK)
{
_logger.LogWarning("Failed to enable shared cache for SQLite");
}
}
/// <summary>