aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/specs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/specs.h b/lib/dvb/specs.h
index 6f30c7b2..c53a23b5 100644
--- a/lib/dvb/specs.h
+++ b/lib/dvb/specs.h
@@ -19,7 +19,7 @@ public:
m_spec.pid = pid;
m_spec.tid = ProgramMapSection::TID;
m_spec.tidext = sid;
- m_spec.timeout = 20000; // ProgramMapSection::TIMEOUT;
+ m_spec.timeout = 4000; // ProgramMapSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDExt |
eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout;
@@ -112,7 +112,7 @@ public:
{
m_spec.pid = ProgramAssociationSection::PID;
m_spec.tid = ProgramAssociationSection::TID;
- m_spec.timeout = 20000; // ProgramAssociationSection::TIMEOUT;
+ m_spec.timeout = 4000; // ProgramAssociationSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
eDVBTableSpec::tfHaveTimeout;