mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added sync cpu settings
This commit is contained in:
@@ -5,5 +5,12 @@ namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public string TemporaryPath { get; set; }
|
||||
public long UploadSpeedLimitBytes { get; set; }
|
||||
public int TranscodingCpuCoreLimit { get; set; }
|
||||
public bool EnableFullSpeedTranscoding { get; set; }
|
||||
|
||||
public SyncOptions()
|
||||
{
|
||||
TranscodingCpuCoreLimit = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user