From 2b469f431e5114d4cc806eb70f164d7852809a41 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 9 Nov 2016 13:06:27 -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 0ea3f12b1..5f47ba352 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -43,7 +43,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { - MilliSleep(2000); + MilliSleep(10000); if ( komodo_is_issuer() != 0 ) komodo_gateway_iteration(ASSETCHAINS_SYMBOL); else komodo_iteration((char *)"EUR");