]> andersk Git - moira.git/commitdiff
Increase MAXLISTDEPTH.
authorzacheiss <zacheiss>
Fri, 25 Apr 2008 17:01:32 +0000 (17:01 +0000)
committerzacheiss <zacheiss>
Fri, 25 Apr 2008 17:01:32 +0000 (17:01 +0000)
server/qsupport.pc

index 72870059d761089c6df7d58ebcf23bd11d607ffb..b7b4fdbac4debdeef3e57963914b02cbdc4ac73a 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   2048
+#define MAXLISTDEPTH   3072
 
 int add_member_to_list(struct query *q, char **argv, client *cl)
 {
This page took 0.041003 seconds and 5 git commands to generate.