This commit is contained in:
jl777
2017-03-17 06:40:33 +02:00
parent 5e8e89d8c9
commit ea6bdd9bf2

View File

@@ -42,7 +42,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
while (!fShutdown)
{
//fprintf(stderr,"call passport iteration\n");
MilliSleep(10000);
MilliSleep(10000/100);
komodo_passport_iteration();
fShutdown = ShutdownRequested();
}