mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Change default threads to 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user