mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
allow for longer lock time before retry
This commit is contained in:
parent
76697f420f
commit
aedb0a1b64
@ -732,7 +732,7 @@ void dddvb_fe_handle(struct dddvb_fe *fe)
|
||||
} else {
|
||||
max = 1;
|
||||
nolock++;
|
||||
if (nolock > 10)
|
||||
if (nolock > 20)
|
||||
fe->tune = 1;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user