shorter retry time

This commit is contained in:
rjkm 2020-12-01 15:54:03 +01:00
parent b0e1770268
commit 4459f50538
1 changed files with 1 additions and 1 deletions

View File

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