--- linuxsampler/trunk/src/engines/gig/DiskThread.cpp 2006/02/06 18:07:17 835 +++ linuxsampler/trunk/src/engines/gig/DiskThread.cpp 2006/02/26 13:00:08 840 @@ -249,7 +249,7 @@ RefillStreams(); // refill the most empty streams // if nothing was done during this iteration (eg no streambuffer - // filled with data) then sleep for 50ms + // filled with data) then sleep for 30ms if (IsIdle) usleep(30000); int streamsInUsage = 0;