From 1a5942cbddd80cf9a81eb5d67093653dcc91e08a Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Mar 2016 04:24:54 -0300 Subject: [PATCH] test --- iguana/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/main.c b/iguana/main.c index 46e99472f..d9bcf9ecf 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -331,7 +331,7 @@ void mainloop(struct supernet_info *myinfo) for (i=0; iactive != 0 && (bp= coin->current) != 0 ) { - iguana_bundlekick(coin,bp,bp->hdrsi,bp->n); + iguana_bundlekick(coin,bp,bp->hdrsi,100); if ( (ptr= queue_dequeue(&balancesQ,0)) != 0 ) { if ( ptr->bp != 0 && ptr->coin != 0 ) @@ -355,6 +355,7 @@ void mainloop(struct supernet_info *myinfo) pangea_queues(SuperNET_MYINFO(0)); usleep(10000); } + else usleep(1000); } }