mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
increase retry time to 4s
This commit is contained in:
parent
3884037c93
commit
ca9613d911
@ -733,7 +733,7 @@ void dddvb_fe_handle(struct dddvb_fe *fe)
|
|||||||
} else {
|
} else {
|
||||||
max = 1;
|
max = 1;
|
||||||
nolock++;
|
nolock++;
|
||||||
if (nolock > 20)
|
if (nolock > 40)
|
||||||
fe->tune = 1;
|
fe->tune = 1;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user