Adjust pass 1 threshold
This commit is contained in:
parent
1e195f70fc
commit
7ac91fd312
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue