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:
Chris Bessent 2021-02-07 16:28:04 -07:00
parent 20821090c1
commit ecececb128

View File

@ -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"