- more thread cleanup

This commit is contained in:
Mark Vejvoda
2011-03-25 22:50:30 +00:00
parent 53f57dad13
commit 884b46da60
3 changed files with 27 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ void FileCRCPreCacheThread::execute() {
if( getQuitStatus() == false &&
hasRunningWorkerThread == true) {
sleep(20);
sleep(10);
}
}
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("********************** CRC Controller thread took %.2f seconds END **********************\n",difftime(time(NULL),elapsedTime));