]> andersk Git - moira.git/commitdiff
Double size of max_row_count.
authorzacheiss <zacheiss>
Mon, 11 Mar 2002 18:47:13 +0000 (18:47 +0000)
committerzacheiss <zacheiss>
Mon, 11 Mar 2002 18:47:13 +0000 (18:47 +0000)
server/qrtn.pc

index d35f3ba2c0c43c93fd9146482a6e11d088189d01..ee69a4973fd41a9e333736598b77ddf8b44f00c7 100644 (file)
@@ -44,7 +44,7 @@ extern int QueryCount, max_version;
 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,
This page took 0.159973 seconds and 5 git commands to generate.