cec: shorter lock times. copy currentframe while locked before processing it
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index 627ce27a476ecfab70cc2186aafc0a6be61533ec..68f31a42ee9c3249aec52e25b7f64c1018122abf 100644 (file)
@@ -132,7 +132,7 @@ void *CAdapterCommunication::Process(void)
     {
       CLockObject lock(&m_mutex, true);
       if (lock.IsLocked())
-        bSignal = ReadFromDevice(100);
+        bSignal = ReadFromDevice(50);
     }
 
     if (bSignal)