]> andersk Git - moira.git/commitdiff
Change MAXLISTDEPTH to 2048.
authorzacheiss <zacheiss>
Fri, 5 Jan 2001 03:28:03 +0000 (03:28 +0000)
committerzacheiss <zacheiss>
Fri, 5 Jan 2001 03:28:03 +0000 (03:28 +0000)
server/qsupport.pc

index ed189adfd1dbdddd52b5be6bbcffbdfbeff04abe..24d65f6cc91a3bece7303b0850596d16ae72d50c 100644 (file)
@@ -169,7 +169,7 @@ int set_pobox_pop(struct query *q, char **argv, client *cl)
  * how many different ancestors a member is allowed to have.
  */
 
-#define MAXLISTDEPTH   1024
+#define MAXLISTDEPTH   2048
 
 int add_member_to_list(struct query *q, char **argv, client *cl)
 {
This page took 0.091812 seconds and 5 git commands to generate.