Browse Source

Change default threads to 1

Nick 2 năm trước cách đây
mục cha
commit
07e6804f7a

+ 1 - 1
MediaBrowser.Model/Configuration/TrickplayOptions.cs

@@ -56,5 +56,5 @@ public class TrickplayOptions
     /// <summary>
     /// <summary>
     /// Gets or sets the number of threads to be used by ffmpeg.
     /// Gets or sets the number of threads to be used by ffmpeg.
     /// </summary>
     /// </summary>
-    public int ProcessThreads { get; set; } = 0;
+    public int ProcessThreads { get; set; } = 1;
 }
 }