Adjust pass 1 threshold

This commit is contained in:
2Shirt 2018-08-01 20:33:35 -07:00
parent 1e195f70fc
commit 7ac91fd312
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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},