From 63cd89c4aebb29c6400795942c8b32e607137db0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Dec 2016 23:41:44 +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 6153289df..290e1ff9a 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(22000); + MilliSleep(16000); komodo_passport_iteration(); fShutdown = ShutdownRequested(); }