decrease shred iterations

This commit is contained in:
Hendrik Schutter 2022-08-24 14:27:43 +02:00
parent bb69a59794
commit 7dfa805044
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
// Drive handling Settings
#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 SHRED_ITERATIONS 3U
#define SHRED_ITERATIONS 2U
#define FROZEN_TIMEOUT 20 //After this timeout (minutes) the drive will be marked as frozen
#define METRIC_THRESHOLD 3L*1000L*1000L*1000L //calc shred speed with this minimum of time delta