Add perf tradeoff mode to image extractor (#12744)

This commit is contained in:
gnattu
2024-09-30 10:21:46 +08:00
committed by GitHub
parent 77420739e6
commit 9ef7ccfc12
3 changed files with 22 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ namespace Emby.Server.Implementations
{ BindToUnixSocketKey, bool.FalseString },
{ SqliteCacheSizeKey, "20000" },
{ FfmpegSkipValidationKey, bool.FalseString },
{ FfmpegImgExtractPerfTradeoffKey, bool.FalseString },
{ DetectNetworkChangeKey, bool.TrueString }
};
}