diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index ccdf93d9b..7679fa961 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -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(); }