From 2702aee01db20b685d6923079d705292d60474fb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 2 Jul 2017 13:56:18 +0300 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 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(); }