dovecot-2.2: Increased initial memory pool size

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 23 11:26:25 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/d0441efd0efc
changeset: 14951:d0441efd0efc
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 23 11:26:13 2012 +0300
description:
Increased initial memory pool size

diffstat:

 src/lib-mail/istream-attachment-extractor.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 543852ebb327 -r d0441efd0efc src/lib-mail/istream-attachment-extractor.c
--- a/src/lib-mail/istream-attachment-extractor.c	Wed Aug 22 16:55:27 2012 +0300
+++ b/src/lib-mail/istream-attachment-extractor.c	Thu Aug 23 11:26:13 2012 +0300
@@ -673,7 +673,7 @@
 	astream->istream.istream.blocking = input->blocking;
 	astream->istream.istream.seekable = FALSE;
 
-	astream->pool = pool_alloconly_create("istream attachment", 512);
+	astream->pool = pool_alloconly_create("istream attachment", 1024);
 	astream->parser = message_parser_init(astream->pool, input, 0,
 				MESSAGE_PARSER_FLAG_INCLUDE_MULTIPART_BLOCKS |
 				MESSAGE_PARSER_FLAG_INCLUDE_BOUNDARIES);


More information about the dovecot-cvs mailing list