increase lock time for low symbolrate transponders

This commit is contained in:
Ralph Metzler 2017-12-07 23:23:51 +01:00
parent a298ecfb0b
commit b843029972
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ void handle_fe(struct dvbfe *fe)
} else { } else {
max = 1; max = 1;
nolock++; nolock++;
if (nolock > 20) if (nolock > 100)
fe->tune = 1; fe->tune = 1;
} }
break; break;