increase retry time to 4s

This commit is contained in:
internal 2023-11-07 22:41:03 +01:00
parent 3884037c93
commit ca9613d911

View File

@ -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;