mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Reduce seek times to 100 when scanning MMC/SD cards.
This commit is contained in:
@@ -164,7 +164,7 @@ namespace Aaru.Core.Devices.Scanning
|
||||
results.SeekMax = double.MinValue;
|
||||
results.SeekMin = double.MaxValue;
|
||||
results.SeekTotal = 0;
|
||||
const int SEEK_TIMES = 1000;
|
||||
const int SEEK_TIMES = 100;
|
||||
|
||||
var rnd = new Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user