diff options
| author | gnattu <gnattu@users.noreply.github.com> | 2024-09-30 10:21:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 20:21:46 -0600 |
| commit | 9ef7ccfc125d00c0a0ce789626db258a4cb51f2f (patch) | |
| tree | 667d2421149b9dbe1586b60457a5f1d5f77cc552 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | 77420739e6303787109b0f7e81ea067f7cd6b9f1 (diff) | |
Add perf tradeoff mode to image extractor (#12744)
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 702707297..91791a1c8 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -21,6 +21,7 @@ namespace Emby.Server.Implementations { BindToUnixSocketKey, bool.FalseString }, { SqliteCacheSizeKey, "20000" }, { FfmpegSkipValidationKey, bool.FalseString }, + { FfmpegImgExtractPerfTradeoffKey, bool.FalseString }, { DetectNetworkChangeKey, bool.TrueString } }; } |
