Browse Source

Test

etomic
jl777 8 years ago
parent
commit
32d19a6d26
  1. 2
      iguana/iguana_ramchain.c
  2. 2
      includes/iguana_globals.h

2
iguana/iguana_ramchain.c

@ -2197,6 +2197,8 @@ void iguana_bundlemapfree(struct iguana_info *coin,struct OS_memspace *mem,struc
{
for (j=starti; j<=endi; j++)
{
R[j].fileptr = 0;
R[j].filesize = 0;
iguana_ramchain_free(coin,&R[j],1);
}
myfree(R,n * sizeof(*R));

2
includes/iguana_globals.h

@ -42,7 +42,7 @@ char GLOBAL_GENESISDIR[512] = "genesis";
char GLOBAL_VALIDATEDIR[512] = "DB/purgeable";
char GLOBAL_CONFSDIR[512] = "confs";
#ifdef __linux
int32_t IGUANA_NUMHELPERS = 1;
int32_t IGUANA_NUMHELPERS = 8;
#else
int32_t IGUANA_NUMHELPERS = 1;
#endif

Loading…
Cancel
Save