aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-01-09 00:07:53 +0100
committerBond_009 <bond.009@outlook.com>2023-01-14 21:39:46 +0100
commitab918c6292bb27a0e39f3d54f0f449b97246e59b (patch)
tree23a1c550b6dc42b448dece78f2eb63b74491419f /Jellyfin.Server/Program.cs
parent56ef45ebf004cd444066335084111781b983e853 (diff)
Fine tune DB settings
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 1506530f0..540375dce 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -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>