Explorar o código

Change default threads to 1

Nick %!s(int64=2) %!d(string=hai) anos
pai
achega
07e6804f7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }