Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b43d543cd3
  1. 4
      includes/iguana_globals.h

4
includes/iguana_globals.h

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

Loading…
Cancel
Save