optimal chunk size

This commit is contained in:
2022-08-22 23:09:41 +02:00
parent edcf680b95
commit d92448aa97
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
#define WORSE_POWERUP 10000 //mark drive if at this limit or beyond
#define SHRED_ITERATIONS 3U
#define FROZEN_TIMEOUT 10 //After this timeout (minutes) the drive will be marked as frozen
#define METRIC_THRESHOLD 3UL*1000UL*1000UL*1000UL //calc shred speed with this minimum of time delta
#define METRIC_THRESHOLD 3L*1000L*1000L*1000L //calc shred speed with this minimum of time delta
// Logger Settings
#define LOG_PATH "./reHDD.log"