diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 590d91463..6153289df 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -41,7 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { - MilliSleep(10000); + MilliSleep(22000); komodo_passport_iteration(); fShutdown = ShutdownRequested(); }