From 41ba25ab39c85c3be465854d49d291a478781716 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 3 Nov 2016 15:47:54 -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 5d8c57f94..3c77b45fc 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 = 8; +int32_t IGUANA_NUMHELPERS = 1; #else int32_t IGUANA_NUMHELPERS = 1; #endif