Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
3683615a9b
  1. 4
      iguana/main.c

4
iguana/main.c

@ -43,9 +43,9 @@ struct supernet_info MYINFO,**MYINFOS;
static int32_t initflag;
cJSON *API_json;
#ifdef __linux__
int32_t IGUANA_NUMHELPERS = 8;
int32_t IGUANA_NUMHELPERS = 1;
#else
int32_t IGUANA_NUMHELPERS = 4;
int32_t IGUANA_NUMHELPERS = 1;
#endif
struct iguana_jsonitem { struct queueitem DL; struct supernet_info *myinfo; uint32_t fallback,expired,allocsize; char **retjsonstrp; char remoteaddr[64]; char jsonstr[]; };

Loading…
Cancel
Save