From fe616df8eb0ba2497d406141e79cd0d4b9401b52 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Aug 2016 13:28:47 -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 da160e9dc..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 = 8; +int32_t IGUANA_NUMHELPERS = 1; #else int32_t IGUANA_NUMHELPERS = 1; #endif