From 644ca181db35cd2105b3b695cd678e36ea9b06cd Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Aug 2016 22:41:32 -0300 Subject: [PATCH] test --- includes/iguana_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/iguana_globals.h b/includes/iguana_globals.h index fb7db721a..7b073f60a 100755 --- a/includes/iguana_globals.h +++ b/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 = 4; +int32_t IGUANA_NUMHELPERS = 1; #else int32_t IGUANA_NUMHELPERS = 1; #endif