@ -429,7 +429,7 @@ void iguana_coinloop(void *arg)
}
if ( flag == 0 )
usleep((coin->polltimeout+1) * 1000);
usleep((coin->polltimeout+1) * 10);
@ -37,7 +37,7 @@ typedef int32_t (*blockhashfunc)(uint8_t *blockhashp,uint8_t *serialized,int32_t
#define IGUANA_MAXPENDHDRS 1
#define _IGUANA_MAXPENDING 7
#define _IGUANA_MAXBUNDLES 8
#define IGUANA_BUNDLELOOP 7
#define IGUANA_BUNDLELOOP 77
#define IGUANA_RPCPORT 7778
#define IGUANA_MAXRAMCHAINSIZE ((uint64_t)1024L * 1024L * 1024L * 16)
@ -1034,8 +1034,8 @@ void iguana_dedicatedloop(struct iguana_info *coin,struct iguana_peer *addr)
usleep(100000);
else if ( addr->rank != 1 )
usleep(coin->polltimeout*10000 + 1*(rand() % (coin->polltimeout*10000)));
else usleep(1000);
usleep(coin->polltimeout*10 + 1*(rand() % (coin->polltimeout*10)));
else usleep(10);
} else run >>= 2;
if ( flag != 0 )