Ignore:
Timestamp:
3/6/2010 8:28:19 AM (2 years ago)
Author:
lowjoel
Message:

Fixed performance regression introduced in r1515 where the erasing the last few dozen MB's of the disk would be very slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Manager/DirectExecutor.cs

    r1879 r1882  
    492492                            method.CalculateEraseDataSize(null, volInfo.AvailableFreeSpace); 
    493493                        long streamLength = Math.Min(ErasureMethod.FreeSpaceFileUnit, 
    494                             mainProgress.Total); 
     494                            volInfo.AvailableFreeSpace); 
    495495 
    496496                        //Handle IO exceptions gracefully, because the filesystem 
Note: See TracChangeset for help on using the changeset viewer.