dovecot-2.0-sslstream: Increased initial mysql driver memory poo...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:22 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/675e1e198dce
changeset: 10316:675e1e198dce
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 12 13:02:49 2009 -0500
description:
Increased initial mysql driver memory pool size.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-sql/driver-mysql.c |    2 +-

diffs (12 lines):

diff -r 49f6fc5b60a8 -r 675e1e198dce src/lib-sql/driver-mysql.c
--- a/src/lib-sql/driver-mysql.c	Thu Nov 12 13:01:39 2009 -0500
+++ b/src/lib-sql/driver-mysql.c	Thu Nov 12 13:02:49 2009 -0500
@@ -257,7 +257,7 @@ static struct sql_db *driver_mysql_init_
 	struct mysql_db *db;
 	pool_t pool;
 
-	pool = pool_alloconly_create("mysql driver", 512);
+	pool = pool_alloconly_create("mysql driver", 1024);
 	db = p_new(pool, struct mysql_db, 1);
 	db->pool = pool;
 	db->api = driver_mysql_db;


More information about the dovecot-cvs mailing list