diff --git a/.bin/Scripts/functions/ddrescue.py b/.bin/Scripts/functions/ddrescue.py index 691df3f0..97bf0b48 100644 --- a/.bin/Scripts/functions/ddrescue.py +++ b/.bin/Scripts/functions/ddrescue.py @@ -13,7 +13,7 @@ from functions.data import * from operator import itemgetter # STATIC VARIABLES -AUTO_NEXT_PASS_1_THRESHOLD = 90 +AUTO_NEXT_PASS_1_THRESHOLD = 95 AUTO_NEXT_PASS_2_THRESHOLD = 98 DDRESCUE_SETTINGS = { '--binary-prefixes': {'Enabled': True, 'Hidden': True},