1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

shorter retry time

This commit is contained in:
rjkm 2020-12-01 15:54:03 +01:00
parent b0e1770268
commit 4459f50538

View File

@ -707,7 +707,7 @@ void dddvb_fe_handle(struct dddvb_fe *fe)
} else {
max = 1;
nolock++;
if (nolock > 100)
if (nolock > 10)
fe->tune = 1;
}
break;