From b43d543cd3478094d724a4077b3fb12f24ccef72 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 5 Aug 2016 04:05:21 -0300 Subject: [PATCH] test --- includes/iguana_globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/iguana_globals.h b/includes/iguana_globals.h index c5ab2e536..7b073f60a 100755 --- a/includes/iguana_globals.h +++ b/includes/iguana_globals.h @@ -42,9 +42,9 @@ 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 = 4; +int32_t IGUANA_NUMHELPERS = 1; #endif #endif