Commit 097940c8 authored by Christophe Massiot's avatar Christophe Massiot

* dvb.c: Increase lock timeout to 30 s, because some low symbol rate...

* dvb.c: Increase lock timeout to 30 s, because some low symbol rate transponders are very hard to lock.
parent ad80510e
......@@ -50,7 +50,7 @@
/*****************************************************************************
* Local declarations
*****************************************************************************/
#define FRONTEND_LOCK_TIMEOUT 10000000 /* 10 s */
#define FRONTEND_LOCK_TIMEOUT 30000000 /* 30 s */
#define COUNTER_WRAP 200 /* we make 200 read calls per second */
#define MAX_READ_ONCE 50
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment