mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +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:
parent
20821090c1
commit
ecececb128
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user