Revert "decrease shred iterations"

This reverts commit 7dfa805044.
This commit is contained in:
Hendrik Schutter 2022-08-25 09:18:12 +02:00
parent 1b9fa348d3
commit 7d69096df3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define WORSE_HOURS 19200 //mark drive if at this limit or beyond
#define WORSE_POWERUP 10000 //mark drive if at this limit or beyond
#define WORSE_TEMPERATURE 55 //mark drive if at this limit or beyond
#define SHRED_ITERATIONS 2U
#define SHRED_ITERATIONS 3U
#define FROZEN_TIMEOUT 20 //After this timeout (minutes) the drive will be marked as frozen, if no progress
#define METRIC_THRESHOLD 3L*1000L*1000L*1000L //calc shred speed with this minimum of time delta