Merge pull request #102 from jl777/dev

test
This commit is contained in:
jl777
2016-12-22 23:48:18 +02:00
committed by GitHub

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();
}