|
@ -42,7 +42,7 @@ 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 = 3; |
|
|
int32_t IGUANA_NUMHELPERS = 1; |
|
|
#else |
|
|
#else |
|
|
int32_t IGUANA_NUMHELPERS = 1; |
|
|
int32_t IGUANA_NUMHELPERS = 1; |
|
|
#endif |
|
|
#endif |
|
|