Don't recalibrate after drive errors --- it's really annoying and I don't think it helps.

This commit is contained in:
David Given
2019-12-14 21:43:48 +01:00
parent 4475e9f085
commit 7c66e1b0d4

View File

@@ -219,10 +219,7 @@ void readDiskCommand(AbstractDecoder& decoder)
std::cout << "giving up" << std::endl
<< " ";
else
{
std::cout << retry << " retries remaining" << std::endl;
track->fluxsource->recalibrate();
}
}
if (dumpRecords)