changeset 8236:4b9a7920e774 HEAD

Increased initial "mail" memory pool size.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Oct 2008 16:16:48 +0300
parents 87936290b682
children 5adb665bfc0c
files src/lib-storage/index/index-mail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail.c	Sun Oct 05 16:12:27 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Sun Oct 05 16:16:48 2008 +0300
@@ -1044,7 +1044,7 @@
 	struct index_mail *mail;
 	pool_t pool;
 
-	pool = pool_alloconly_create("mail", 1024);
+	pool = pool_alloconly_create("mail", 2048);
 	mail = p_new(pool, struct index_mail, 1);
 	mail->mail.pool = pool;