mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2025-07-25 04:43:58 +00:00
Lower the minimum number of threads to 1
People keep thinking this is a good idea so why not. Everything seems to work at 1/1 threads though WJ is noticeably slower in almost all aspects. This will basically only be useful when trying to debug very weird user issues.
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
FormatString="F0"
|
||||
Increment="2"
|
||||
Maximum="128"
|
||||
Minimum="2" />
|
||||
Minimum="1" />
|
||||
<TextBlock Grid.Row="4" Grid.Column="0"
|
||||
x:Name="DiskThreadsLabel"
|
||||
VerticalAlignment="Center"
|
||||
@ -66,7 +66,7 @@
|
||||
FormatString="F0"
|
||||
Increment="2"
|
||||
Maximum="128"
|
||||
Minimum="2" />
|
||||
Minimum="1" />
|
||||
<TextBlock Grid.Row="5" Grid.Column="0"
|
||||
x:Name="ReduceHDDThreadsLabel"
|
||||
VerticalAlignment="Center"
|
||||
|
Reference in New Issue
Block a user