[1939] in Moira
max_row_count
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Sun Mar 10 16:37:59 2002
Message-Id: <200203102137.QAA07207@brad-majors.mit.edu>
To: moiradev@MIT.EDU
Date: Sun, 10 Mar 2002 16:37:57 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
The number of public mailing lists has exceeded 4096, making the
"get all public lists" query from mailmaint not especially useful. The
current server can retrieve 4000 rows quickly anyway, so there's no
reason not to double it.
Index: qrtn.pc
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/server/qrtn.pc,v
retrieving revision 2.24
diff -u -r2.24 qrtn.pc
--- qrtn.pc 2001/07/20 22:18:35 2.24
+++ qrtn.pc 2002/03/10 21:35:52
@@ -44,7 +44,7 @@
extern struct query Queries[];
/* Put this in a variable so that we can patch it if necessary */
-int max_row_count = 4096;
+int max_row_count = 8192;
int mr_verify_query(client *cl, struct query *q, int argc, char *argv_ro[]);
int do_retrieve(struct query *q, char *pqual,