mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Rework performance profiles of WJ
This commit is contained in:
parent
b6dbcc2368
commit
efef8a2944
@ -15,9 +15,9 @@ namespace Wabbajack.Lib
|
||||
{
|
||||
public WorkQueue Queue { get; } = new WorkQueue();
|
||||
|
||||
public int DownloadThreads { get; set; }
|
||||
public int DiskThreads { get; set; }
|
||||
public bool FavorPerfOverRam { get; set; }
|
||||
public int DownloadThreads { get; set; } = Environment.ProcessorCount;
|
||||
public int DiskThreads { get; set; } = Environment.ProcessorCount;
|
||||
public bool FavorPerfOverRam { get; set; } = false;
|
||||
|
||||
public Context VFS { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user