make some usleeps longer, just to try to stave off busy waiting
git-svn-id: https://svn.musicpd.org/mpd/trunk@219 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -134,7 +134,7 @@ int playerInit() {
|
||||
pc->queueLockState = PLAYER_QUEUE_UNLOCKED;
|
||||
pc->unlockQueue = 0;
|
||||
}
|
||||
else usleep(1000);
|
||||
else usleep(10000);
|
||||
}
|
||||
|
||||
exit(0);
|
||||
|
Reference in New Issue
Block a user