From 67c929b62569fecf847100ea0b4cc63dff8c0dc4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 30 Sep 2014 23:44:14 -0500 Subject: Increase usleep time in prior commit to reduce CPU usage to more tolerable levels --- xine_artsplugin/xinePlayObject_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xine_artsplugin/xinePlayObject_impl.cpp b/xine_artsplugin/xinePlayObject_impl.cpp index 4cb83e6f..6fd108d2 100644 --- a/xine_artsplugin/xinePlayObject_impl.cpp +++ b/xine_artsplugin/xinePlayObject_impl.cpp @@ -723,7 +723,7 @@ void xinePlayObject_impl::eventLoop() } } else { - usleep(10000); + usleep(50000); eventReceived = false; } } -- cgit v1.2.3