dovecot-1.2: Increased default mail search args memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 17 04:53:06 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/0df78677ea1b
changeset: 7843:0df78677ea1b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 17 04:52:57 2008 +0300
description:
Increased default mail search args memory pool size.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/mail-search-build.c |    2 +-

diffs (12 lines):

diff -r 6480642aba24 -r 0df78677ea1b src/lib-storage/mail-search-build.c
--- a/src/lib-storage/mail-search-build.c	Tue Jun 17 04:51:40 2008 +0300
+++ b/src/lib-storage/mail-search-build.c	Tue Jun 17 04:52:57 2008 +0300
@@ -643,7 +643,7 @@ struct mail_search_args *mail_search_bui
 	struct mail_search_args *args;
 	pool_t pool;
 
-	pool = pool_alloconly_create("mail search args", 1024);
+	pool = pool_alloconly_create("mail search args", 4096);
 	args = p_new(pool, struct mail_search_args, 1);
 	args->pool = pool;
 	args->refcount = 1;


More information about the dovecot-cvs mailing list