[dovecot-cvs] dovecot/src/imap cmd-append.c,1.93,1.94

tss at dovecot.org tss at dovecot.org
Sun Mar 11 19:38:11 EET 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv8046

Modified Files:
	cmd-append.c 
Log Message:
Use a larger initial pool size for keywords.



Index: cmd-append.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- cmd-append.c	11 Mar 2007 16:25:38 -0000	1.93
+++ cmd-append.c	11 Mar 2007 17:38:09 -0000	1.94
@@ -435,7 +435,7 @@
 
 		memset(&client->keywords, 0, sizeof(client->keywords));
 		client->keywords.pool =
-			pool_alloconly_create("append keywords pool", 128);
+			pool_alloconly_create("append keywords pool", 256);
 	}
 	client_save_keywords(&client->keywords, status.keywords);
 	return 0;



More information about the dovecot-cvs mailing list