This commit is contained in:
jl777
2017-07-02 13:56:18 +03:00
parent c61fb0e72c
commit 2702aee01d

View File

@@ -50,7 +50,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
komodo_passport_iteration();
MilliSleep(10000);
MilliSleep(1000);
} else MilliSleep(1000);
fShutdown = ShutdownRequested();
}