Merge pull request #11823 from gnattu/env-disable-second-level-cache

Add Env Var to disable second level cache
This commit is contained in:
Joshua M. Boniface
2024-06-01 18:32:54 -04:00
committed by GitHub
5 changed files with 39 additions and 13 deletions

View File

@@ -19,7 +19,8 @@ namespace Emby.Server.Implementations
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.FalseString },
{ BindToUnixSocketKey, bool.FalseString },
{ SqliteCacheSizeKey, "20000" }
{ SqliteCacheSizeKey, "20000" },
{ SqliteDisableSecondLevelCacheKey, bool.FalseString }
};
}
}