Reduced tuner sleep timeout to get better performance for pid updates.

This commit is contained in:
Rolf Ahrenberg 2015-01-10 14:14:30 +02:00
parent 2f6315280f
commit 755f1049bb
2 changed files with 2 additions and 1 deletions

View File

@ -95,4 +95,5 @@ VDR Plugin 'satip' Revision History
- Fixed the server teardown.
- Removed the unnecessary config directory definition.
- Added a fallback for older glibc libraries.
- Improved pid selection performance.
- Added support for Digital Devices CI extension.

View File

@ -68,7 +68,7 @@ private:
eDummyPid = 100,
eDefaultSignalStrength = 15,
eDefaultSignalQuality = 224,
eSleepTimeoutMs = 1000, // in milliseconds
eSleepTimeoutMs = 250, // in milliseconds
eStatusUpdateTimeoutMs = 1000, // in milliseconds
ePidUpdateIntervalMs = 250, // in milliseconds
eConnectTimeoutMs = 5000, // in milliseconds