Increase usleep time in prior commit to reduce CPU usage to more tolerable levels

pull/1/head
Timothy Pearson 10 years ago
parent 697d333afb
commit 67c929b625

@ -723,7 +723,7 @@ void xinePlayObject_impl::eventLoop()
} }
} }
else { else {
usleep(10000); usleep(50000);
eventReceived = false; eventReceived = false;
} }
} }

Loading…
Cancel
Save