This commit is contained in:
jl777
2016-12-22 23:41:44 +02:00
parent 5fc94d71a8
commit 63cd89c4ae

View File

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