소스 검색

Add removed line

Bond_009 6 년 전
부모
커밋
2e4c0fee77
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Jellyfin.Server/Program.cs

+ 4 - 0
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,