From cc66cf723056abeccde1ebb111757eefc550c206 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 9 Nov 2016 09:38:46 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 821632e32..3ab36075d 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -367,7 +367,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) while ( KOMODO_REALTIME == 0 || time(NULL) <= KOMODO_REALTIME ) { fprintf(stderr,"komodo_connect.(%s) waiting for realtime RT.%u now.%u\n",ASSETCHAINS_SYMBOL,KOMODO_REALTIME,(uint32_t)time(NULL)); - sleep(3); + sleep(30); } } KOMODO_REALTIME = KOMODO_INITDONE = (uint32_t)time(NULL);