From 3c1d3668b617dbd52186c7bc7795828afd97dcd8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 12 Jan 2016 20:59:06 -0300 Subject: [PATCH] test --- iguana/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/main.c b/iguana/main.c index ec21ed7b4..621235280 100644 --- a/iguana/main.c +++ b/iguana/main.c @@ -35,7 +35,7 @@ uint64_t IGUANA_MY64BITS; queue_t helperQ,jsonQ,finishedQ; static int32_t initflag; #ifdef __linux__ -int32_t IGUANA_NUMHELPERS = 4; +int32_t IGUANA_NUMHELPERS = 8; #else int32_t IGUANA_NUMHELPERS = 1; #endif