This commit is contained in:
jl777
2017-03-17 06:55:35 +02:00
parent ea6bdd9bf2
commit 572f12e988
3 changed files with 3 additions and 2 deletions

View File

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