Explorar el Código

Change default threads to 1

Nick hace 2 años
padre
commit
07e6804f7a
Se han modificado 1 ficheros con 1 adiciones y 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;
 }