- removed sleep when waitinf for exit of crc thread

This commit is contained in:
Mark Vejvoda 2011-03-26 00:38:26 +00:00
parent ff02c552ea
commit a3c290240c
1 changed files with 1 additions and 1 deletions

View File

@ -2122,7 +2122,7 @@ int glestMain(int argc, char** argv) {
preCacheThread->signalQuit();
for(;preCacheThread->canShutdown(false) == false &&
difftime(time(NULL),elapsed) <= 15;) {
sleep(50);
//sleep(150);
}
}
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);