Merge pull request #446 from jl777/dev

Test
This commit is contained in:
jl777
2017-07-02 23:13:55 +03:00
committed by GitHub

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