f1dc74bf0ff95d778b3b252acc7ac1c1bd48e975
galt
  Sat Jun 4 00:23:03 2011 -0700
yep, it grew ever larger
diff --git src/hg/qaPushQ/qaPushQ.c src/hg/qaPushQ/qaPushQ.c
index 9104c49..9df1778 100644
--- src/hg/qaPushQ/qaPushQ.c
+++ src/hg/qaPushQ/qaPushQ.c
@@ -22,32 +22,32 @@
 #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 BLSIZE 256000  /* size of strings for processing big lists of tables and files */
-#define BUFMAX 256000
+#define BLSIZE 512000  /* size of strings for processing big lists of tables and files */
+#define BUFMAX 512000
 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;