mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Add perf tradeoff mode to image extractor (#12744)
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Emby.Server.Implementations
|
||||
{ BindToUnixSocketKey, bool.FalseString },
|
||||
{ SqliteCacheSizeKey, "20000" },
|
||||
{ FfmpegSkipValidationKey, bool.FalseString },
|
||||
{ FfmpegImgExtractPerfTradeoffKey, bool.FalseString },
|
||||
{ DetectNetworkChangeKey, bool.TrueString }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user