Allow user to choose maximum number of block to read at once when dumping media.

This commit is contained in:
2020-10-17 00:21:42 +01:00
parent 3f9a0631f0
commit 4dcf5dd979
3 changed files with 26 additions and 11 deletions

View File

@@ -810,7 +810,7 @@ namespace Aaru.Gui.ViewModels.Windows
Persistent, StopOnError, _resume, dumpLog, encoding, _outputPrefix, Destination,
parsedOptions, _sidecar, (uint)Skipped, ExistingMetadata == false, Trim == false,
Track1Pregap, true, false, DumpSubchannel.Any, 0, false, false, false, false, false,
true, errorLog, false);
true, errorLog, false, 64);
new Thread(DoWork).Start();
}