Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
d1fc598ded
  1. 3
      iguana/iguana_realtime.c
  2. 2
      includes/iguana_defines.h

3
iguana/iguana_realtime.c

@ -233,8 +233,7 @@ int32_t iguana_realtime_update(struct iguana_info *coin)
} }
if ( coin->spendvectorsaved <= 1 ) if ( coin->spendvectorsaved <= 1 )
{ {
//printf("spendvectorsaved not yet\n"); printf("spendvectorsaved not yet\n");
sleep(1);
return(0); return(0);
} }
bp = coin->current; bp = coin->current;

2
includes/iguana_defines.h

@ -81,7 +81,7 @@ struct iguana_txdatabits { uint64_t addrind:IGUANA_LOG2MAXPEERS,filecount:10,fpo
#define IGUANA_DEDICATED_THREADS #define IGUANA_DEDICATED_THREADS
#ifdef IGUANA_DEDICATED_THREADS #ifdef IGUANA_DEDICATED_THREADS
#define IGUANA_MAXCONNTHREADS 128 #define IGUANA_MAXCONNTHREADS 16
#define IGUANA_MAXSENDTHREADS (IGUANA_MAXPEERS>>2) #define IGUANA_MAXSENDTHREADS (IGUANA_MAXPEERS>>2)
#define IGUANA_MAXRECVTHREADS (IGUANA_MAXPEERS>>2) #define IGUANA_MAXRECVTHREADS (IGUANA_MAXPEERS>>2)
#else #else

Loading…
Cancel
Save