Lower default strip concurrency to 3
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ namespace Futonizer;
|
|||||||
public partial class MainWindow : FluentWindow
|
public partial class MainWindow : FluentWindow
|
||||||
{
|
{
|
||||||
private const int MaxConcurrentScans = 10;
|
private const int MaxConcurrentScans = 10;
|
||||||
private const int MaxConcurrentStrips = 5;
|
private const int MaxConcurrentStrips = 3;
|
||||||
|
|
||||||
private AppSettings _settings = new();
|
private AppSettings _settings = new();
|
||||||
private readonly ObservableCollection<QueuedFileItem> _fileQueue = new();
|
private readonly ObservableCollection<QueuedFileItem> _fileQueue = new();
|
||||||
|
|||||||
Reference in New Issue
Block a user