瀏覽代碼

Change default threads to 1

Nick 2 年之前
父節點
當前提交
07e6804f7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Configuration/TrickplayOptions.cs

+ 1 - 1
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;
 }