mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Get optimal read size from database.
This commit is contained in:
@@ -142,6 +142,9 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
{
|
||||
dumpLog.WriteLine($"Device in database since {dbDev.LastSynchronized}.");
|
||||
UpdateStatus?.Invoke($"Device in database since {dbDev.LastSynchronized}.");
|
||||
|
||||
if(dbDev.OptimalMultipleSectorsRead > 0)
|
||||
blocksToRead = (uint)dbDev.OptimalMultipleSectorsRead;
|
||||
}
|
||||
|
||||
// Search for read offset in master database
|
||||
|
||||
Reference in New Issue
Block a user