Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
e10660377c
  1. 2
      iguana/iguana_recv.c
  2. 4
      includes/iguana_defines.h

2
iguana/iguana_recv.c

@ -2184,9 +2184,9 @@ int32_t iguana_processrecv(struct supernet_info *myinfo,struct iguana_info *coin
if ( time(NULL) > coin->laststats+3 )
{
flag += iguana_reqhdrs(coin);
iguana_bundlestats(myinfo,coin,str,IGUANA_DEFAULTLAG);
coin->laststats = (uint32_t)time(NULL);
}
iguana_bundlestats(myinfo,coin,str,IGUANA_DEFAULTLAG);
//iguana_realtime_update(myinfo,coin);
coin->RTramchain_busy = 0;
flag += iguana_process_msgrequestQ(myinfo,coin);

4
includes/iguana_defines.h

@ -44,8 +44,8 @@
#define IGUANA_HEADPERCENTAGE 0.
#define IGUANA_TAILPERCENTAGE 1.0
#define IGUANA_MAXPENDHDRS 1
#define IGUANA_BTCPENDINGREQUESTS 3
#define IGUANA_PENDINGREQUESTS 3
#define IGUANA_BTCPENDINGREQUESTS 64
#define IGUANA_PENDINGREQUESTS 64
#define IGUANA_MINPENDBUNDLES 4
#define IGUANA_MAXPENDBUNDLES 64
#define IGUANA_RPCPORT 7778

Loading…
Cancel
Save