[dovecot-cvs] dovecot/src/lib-imap imap-parser.c,1.53,1.54

tss at dovecot.org tss at dovecot.org
Thu Jan 18 14:34:45 UTC 2007


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

Modified Files:
	imap-parser.c 
Log Message:
Use larger default pool sizes



Index: imap-parser.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-imap/imap-parser.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- imap-parser.c	18 Nov 2006 14:06:35 -0000	1.53
+++ imap-parser.c	18 Jan 2007 14:34:43 -0000	1.54
@@ -73,7 +73,7 @@
 	struct imap_parser *parser;
 
 	parser = i_new(struct imap_parser, 1);
-        parser->pool = pool_alloconly_create("IMAP parser", 8192);
+        parser->pool = pool_alloconly_create("IMAP parser", 1024*10);
 	parser->input = input;
 	parser->output = output;
 	parser->max_line_size = max_line_size;



More information about the dovecot-cvs mailing list