aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-04-02 22:15:18 +0200
committerBond_009 <bond.009@outlook.com>2019-06-28 12:14:27 +0200
commite88ebd748d98cf9bd2a3978d36254f1644ce751a (patch)
treee3316459f42b9c849dd17ebd33d06d646be0b9f3 /Jellyfin.Server/Program.cs
parentb6954f3bfd68c87923348444a5923406cf672f9b (diff)
Final fixes
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 11c09db98..9454b28d6 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -128,10 +128,6 @@ namespace Jellyfin.Server
#pragma warning restore CA5359
Batteries_V2.Init();
- if (raw.sqlite3_enable_shared_cache(1) != raw.SQLITE_OK)
- {
- Console.WriteLine("WARN: Failed to enable shared cache for SQLite");
- }
using (var appHost = new CoreAppHost(
appPaths,