diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-30 23:44:14 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-30 23:44:14 -0500 |
| commit | 67c929b62569fecf847100ea0b4cc63dff8c0dc4 (patch) | |
| tree | 9a5a5c98d14d8b72ce6fc5476141361d7a920926 | |
| parent | 697d333afb6138647db665ab65f17c823d205b7c (diff) | |
| download | tdemultimedia-67c929b62569fecf847100ea0b4cc63dff8c0dc4.tar.gz tdemultimedia-67c929b62569fecf847100ea0b4cc63dff8c0dc4.zip | |
Increase usleep time in prior commit to reduce CPU usage to more tolerable levels
| -rw-r--r-- | xine_artsplugin/xinePlayObject_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
