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 {
max = 1;
nolock++;
if (nolock > 20)
if (nolock > 100)
fe->tune = 1;
}
break;