From: danw Date: Thu, 3 Jul 1997 02:52:07 +0000 (+0000) Subject: bump max_row_count to 4096 (since the number of public lists is > 2048 now) X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/50e114e15f6b114eaebc4475b52d92864831bbdd bump max_row_count to 4096 (since the number of public lists is > 2048 now) --- diff --git a/server/mr_scall.c b/server/mr_scall.c index 03018812..3d54eba8 100644 --- a/server/mr_scall.c +++ b/server/mr_scall.c @@ -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).