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 {
|
||||
max = 1;
|
||||
nolock++;
|
||||
if (nolock > 20)
|
||||
if (nolock > 40)
|
||||
fe->tune = 1;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user