src/hg/qaPushQ/qaPushQ.c 1.118
1.118 2010/01/22 09:09:23 galt
increased html buffer size for handling huge ENCODE lists
Index: src/hg/qaPushQ/qaPushQ.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/qaPushQ.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -b -B -U 4 -r1.117 -r1.118
--- src/hg/qaPushQ/qaPushQ.c 20 Jan 2010 19:11:53 -0000 1.117
+++ src/hg/qaPushQ/qaPushQ.c 22 Jan 2010 09:09:23 -0000 1.118
@@ -33,9 +33,9 @@
char msg[2048] = "";
char ** saveEnv;
-#define BUFMAX 65536
+#define BUFMAX 128000
char html[BUFMAX];
char *action = NULL; /* have to put declarations first */
boolean crossPost = FALSE; /* are we doing cross-post from dev to beta (or vice versa)? */