ac38f472cf3b3d3f992ba87f1c3e35026b89fbd9
galt
  Fri Dec 17 15:19:18 2010 -0800
increasing page size for qaPushQ
diff --git src/hg/qaPushQ/qaPushQ.c src/hg/qaPushQ/qaPushQ.c
index d1994ac..95fc747 100644
--- src/hg/qaPushQ/qaPushQ.c
+++ src/hg/qaPushQ/qaPushQ.c
@@ -22,31 +22,31 @@
 #include "formPushQ.h"
 
 #include "versionInfo.h"
 
 /* stuff to support outputting Release Log html */
 #include "web.h"
 #include "hui.h"
 #include "dbDb.h"
 #include "htmlPage.h"
 
 static char const rcsid[] = "$Id: qaPushQ.c,v 1.124 2010/04/16 19:05:01 galt Exp $";
 
 char msg[2048] = "";
 char ** saveEnv;
 
-#define BUFMAX 128000
+#define BUFMAX 256000
 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)? */
 			    /* support showSizes across machines */
 
 char *database = NULL;
 char *host     = NULL;
 char *user     = NULL;
 char *password = NULL;
 
 struct sqlConnection *conn = NULL;
 struct sqlConnection *conn2 = NULL;
 
 char *qaUser = NULL;