From 7ac91fd312d35ed76face8dcd595f4b3700e92d2 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 1 Aug 2018 20:33:35 -0700 Subject: [PATCH] Adjust pass 1 threshold --- .bin/Scripts/functions/ddrescue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},