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:
Warren Dukes
2004-03-06 23:25:32 +00:00
parent e74eb1cf69
commit 6eb6985ac1
6 changed files with 8 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ int playerInit() {
pc->queueLockState = PLAYER_QUEUE_UNLOCKED;
pc->unlockQueue = 0;
}
else usleep(1000);
else usleep(10000);
}
exit(0);