/[svn]/linuxsampler/trunk/src/engines/gig/DiskThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/DiskThread.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 835 by persson, Mon Feb 6 18:07:17 2006 UTC revision 840 by persson, Sun Feb 26 13:00:08 2006 UTC
# Line 249  namespace LinuxSampler { namespace gig { Line 249  namespace LinuxSampler { namespace gig {
249              RefillStreams(); // refill the most empty streams              RefillStreams(); // refill the most empty streams
250    
251              // if nothing was done during this iteration (eg no streambuffer              // if nothing was done during this iteration (eg no streambuffer
252              // filled with data) then sleep for 50ms              // filled with data) then sleep for 30ms
253              if (IsIdle) usleep(30000);              if (IsIdle) usleep(30000);
254    
255              int streamsInUsage = 0;              int streamsInUsage = 0;

Legend:
Removed from v.835  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC