[2016] in Moira Commits
/svn/moira r4157 - trunk/moira/server
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Apr 8 13:57:06 2014
Date: Tue, 8 Apr 2014 13:57:00 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201404081757.s38Hv09a025714@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2014-04-08 13:57:00 -0400 (Tue, 08 Apr 2014)
New Revision: 4157
Modified:
trunk/moira/server/qrtn.pc
Log:
bump max_row_count.
Modified: trunk/moira/server/qrtn.pc
===================================================================
--- trunk/moira/server/qrtn.pc 2014-04-07 21:30:37 UTC (rev 4156)
+++ trunk/moira/server/qrtn.pc 2014-04-08 17:57:00 UTC (rev 4157)
@@ -45,7 +45,7 @@
extern struct query Queries[];
/* Put this in a variable so that we can patch it if necessary */
-int max_row_count = 16384;
+int max_row_count = 32768;
int mr_verify_query(client *cl, struct query *q, int argc, char *argv_ro[]);
int do_retrieve(struct query *q, char *pqual,