Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
fb66417269
  1. 2
      iguana/main.c

2
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 = 1;
#else
int32_t IGUANA_NUMHELPERS = 1;
#endif

Loading…
Cancel
Save