diff options
| author | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-05-17 22:46:30 -0700 |
|---|---|---|
| committer | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-06-22 16:23:52 -0700 |
| commit | 07e6804f7a892514487334066a24661b395aab3d (patch) | |
| tree | 40883e442e500dee06e5f17e3b37598f36727945 /MediaBrowser.Model/Configuration | |
| parent | 33770322282326304b4b8073f583d6fed2354c0b (diff) | |
Change default threads to 1
Diffstat (limited to 'MediaBrowser.Model/Configuration')
| -rw-r--r-- | MediaBrowser.Model/Configuration/TrickplayOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/TrickplayOptions.cs b/MediaBrowser.Model/Configuration/TrickplayOptions.cs index 1fff1a5ed..92c16ee84 100644 --- a/MediaBrowser.Model/Configuration/TrickplayOptions.cs +++ b/MediaBrowser.Model/Configuration/TrickplayOptions.cs @@ -56,5 +56,5 @@ public class TrickplayOptions /// <summary> /// Gets or sets the number of threads to be used by ffmpeg. /// </summary> - public int ProcessThreads { get; set; } = 0; + public int ProcessThreads { get; set; } = 1; } |
