From f002aa71e7b71fabc08c503091bbb77eac532a8a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 12 Dec 2016 13:33:24 +0200 Subject: [PATCH] test --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }