]> andersk Git - moira.git/commitdiff
bump max_row_count to 4096 (since the number of public lists is > 2048 now)
authordanw <danw>
Thu, 3 Jul 1997 02:52:07 +0000 (02:52 +0000)
committerdanw <danw>
Thu, 3 Jul 1997 02:52:07 +0000 (02:52 +0000)
server/mr_scall.c

index 0301881259e8e251eaaae741cf38aa32e69365fd..3d54eba8b98b2552badbf9bb4c2c91ecaf266e7c 100644 (file)
@@ -35,7 +35,7 @@ extern int dbms_errno, mr_errcode;
 static int row_count;
 
 /* Put this in a variable so that we can patch it if necessary */
-int max_row_count = 2048;
+int max_row_count = 4096;
 
 /*
  * Welcome to the (finite state) machine (highest level).
This page took 0.03371 seconds and 5 git commands to generate.