aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-06-28 12:16:51 +0200
committerBond_009 <bond.009@outlook.com>2019-06-28 12:16:51 +0200
commit2e4c0fee774329b5c2370915a1459a7981b2a232 (patch)
tree5fb3b9963610bcdb338d5324d3f0bae39a994cff
parentd961278b3dcab57910b260115cd45d9831e6443e (diff)
Add removed line
-rw-r--r--Jellyfin.Server/Program.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 9454b28d6..11c09db98 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -128,6 +128,10 @@ 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,