dovecot-2.0: Increased initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 20 17:17:29 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6c24afbea40e
changeset: 10790:6c24afbea40e
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 20 16:19:32 2010 +0200
description:
Increased initial memory pool size.

diffstat:

 src/imap/imap-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a4666cc8cb7b -r 6c24afbea40e src/imap/imap-client.c
--- a/src/imap/imap-client.c	Sat Feb 20 16:19:19 2010 +0200
+++ b/src/imap/imap-client.c	Sat Feb 20 16:19:32 2010 +0200
@@ -44,7 +44,7 @@
 	net_set_nonblock(fd_in, TRUE);
 	net_set_nonblock(fd_out, TRUE);
 
-	pool = pool_alloconly_create("imap client", 512);
+	pool = pool_alloconly_create("imap client", 1024);
 	client = p_new(pool, struct client, 1);
 	client->pool = pool;
 	client->set = set;


More information about the dovecot-cvs mailing list