Skip to content

Commit

Permalink
revert the debugging DEFAULT_QUERY set from 2 to 2000, switch to epol…
Browse files Browse the repository at this point in the history
…l next time.
  • Loading branch information
yingyingcui.scholarzhang committed Aug 17, 2010
1 parent 60aec94 commit fb0fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keywords/guk_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct outbuf_t {
char buf[OUTBUFFER_SIZE];
} *out_buffer;

#define DEFAULT_QUERY 2;
#define DEFAULT_QUERY 2000;
int max_query = DEFAULT_QUERY;

struct wait_item {
Expand Down

0 comments on commit fb0fb3c

Please sign in to comment.