This commit is contained in:
jl777
2017-02-25 18:30:26 +02:00
parent 5c92f750f3
commit fe9dc3b890
2 changed files with 6 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
// Tell the main threads to shutdown.
while (!fShutdown)
{
MilliSleep(16000);
MilliSleep(10000);
komodo_passport_iteration();
fShutdown = ShutdownRequested();
}