dovecot-2.1: login: Increased client's initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 25 21:35:00 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/402cff03919a
changeset: 13642:402cff03919a
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 25 21:41:28 2011 +0300
description:
login: Increased client's initial memory pool size.

diffstat:

 src/login-common/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fddbb26400d0 -r 402cff03919a src/login-common/main.c
--- a/src/login-common/main.c	Thu Oct 20 18:37:09 2011 +0300
+++ b/src/login-common/main.c	Tue Oct 25 21:41:28 2011 +0300
@@ -111,7 +111,7 @@
 		local_port = 0;
 	}
 
-	pool = pool_alloconly_create("login client", 5*1024);
+	pool = pool_alloconly_create("login client", 8*1024);
 	set = login_settings_read(pool, &local_ip,
 				  &conn->remote_ip, NULL, &other_sets);
 


More information about the dovecot-cvs mailing list