cec: shorter read time
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index caa8442c1b59185dbf37e6ab52eb0c946ca38517..6cc482f238c55d437dc95dc9398cd34f5d72dd32 100644 (file)
@@ -323,7 +323,7 @@ void *CAdapterCommunication::Process(void)
 
   while (!IsStopped())
   {
-    ReadFromDevice(500);
+    ReadFromDevice(50);
     Sleep(5);
     WriteNextCommand();
   }